Border around images in Preview Mode

J

J.M.

Hi. I'm new to FP2003. I decided the best way to learn the program was to dive in. I'm learning slowly but surely, but I can't figure out why my images have a border around them in preview mode, when the image is used as a link. If the images aren't linked, then no border.

Also, I like the color coding of the html code. But I've noticed that some words are red, some blue, and some the last letter of the word is not the same as the other letters.

Any suggestions!!???

Thanks!
 
S

Steve Easton

When an image is used as a hyperlink, a border is added to denote that it is a link ( like the
underline on a text link ) It can be removed by right clicking the image , selecting image or
picture properties and setting the border to 0

As for red and blue links, this is the default for visited ( red ) and unvisited ( blue ) links.
Clear your browsers temporary internet and history files and they will all be blue again until you
click one.

As for one letter being a different color, this means you did not have the entire word or phrase
highlighted when you made it a hyperlink.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

J.M. said:
Hi. I'm new to FP2003. I decided the best way to learn the program was to dive in. I'm learning
slowly but surely, but I can't figure out why my images have a border around them in preview mode,
when the image is used as a link. If the images aren't linked, then no border.
Also, I like the color coding of the html code. But I've noticed that some words are red, some
blue, and some the last letter of the word is not the same as the other letters.
 
K

Kathleen Anderson [MVP - FP]

In Design View, right-click on the image, choose Picture Properties and set
the border thickness to 0 (zero).

To see the color coding settings, with a page open, choose Tools | Page
Options | Color Coding. I'm not sure why the last letter of a word would not
be the same as the other letters; it may indicate a coding error.
 
J

John Jansen \(MSFT\)

This is caused by either mis-nested HTML or mis-quoted ATTRIBUTES.

Scroll up through your code to the first instance of the strangeness (the
first time you see that the last letter is a different color). Take a look
around that area of a missing or duplicated quotation mark.
 
Top