hotspot mystery

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

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

thanks,
tom
 
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.
 
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)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top