hotspot mystery

T

tom

hello,
anyone know why i'm getting a blue box (border) on my page
when i create a hotspot?

thanks,
tom
 
F

FrontPageForms

Hi Tom,

Because you have created a hyperlink on your image. The border will take on the colors of your hyperlink settings.

You could ritght click the image, select Picture Properties go to the Appearance Tab and set the border to zero.

Another way would be to use CSS to control this. This would also eliminate the underline from your text hyperlinks.

Place the following in your <Head> section.

-----------------------------------
<style><!--
a {text-decoration: none; }
--></style>
-----------------------------------

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples

If you found my post helpful, please take a sec to click
the "Yes" button. I'm in it for the glory.
 
J

Jim Buyens

Howdy.

1. Right-click the picture.
2. Choose Picture Properties from the shortcut menu
3. On the Appearance tab, set Border Thickness to 0.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top