Quote:
|
Error Line 16 column 13: there is no attribute "onLoad".
|
there is no such html command as this. I believe it is javascript. I've never used javascript but I believe that you must comment this or something.
Quote:
|
Error Line 40 column 107: required attribute "alt" not specified.
|
You must have an "alt" attribute in all of your img tags.
Quote:
|
Warning Line 78 column 57: cannot generate system identifier for general entity "Name".
|
Change your "&name" to "&name"
Quote:
|
Warning Line 78 column 61: reference not terminated by REFC delimiter.
|
see above
Quote:
|
Warning Line 78 column 62: character "<" is the first character of a delimiter but occurred as data.
|
you can't have your little "<strong>" right in the middle of the url. It's not possible. Sorry.
Quote:
|
Error Line 79 column 13: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
|
Add a "<ul>" before your "<li>"s and a "</ul>" after them.
All of the others are variations of these errors and warnings.
I hope that helps.
carterdea
|