getting html errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been getting a script error from using frontpage. When using Dr.
Watson to find these errors, it came up with several but basically 2 of them
repeatedly. Since I don't use html but the errors are in html, could
frontpage be causing these errors somehow?

The 2 main errors are: the ALT attribute is required for the <IMG> element.
line #19: IMG does not have ALT text defined.

What does this mean and how can I fix these?
 
Look in the source code (Code View) - try defining the ALT tag and see what
happens.

eg <img src="images/yourpic.jpg" alt="this is the alternative text
description of the picture">

Not very difficult to add.

You can also do it through FP GUI under picture properties. Right click (or
double click) the picture, go to the "General" tab, then in the field named
"Text" type a short description of the image, one or two words or whatever.
eg "Picture of Grandma" (no quotes).

That will enter the ALT text "Picture of Grandma" in the code.
 
Back
Top