Quote:
Originally Posted by tommylogic
|
Regarding the validation you've done here, it appears to be giving me the same validation failure for essentially the same elements a lot of the time, but I can't decipher what the problem is.
For example, the first validation failure that is listed is:
Quote:
Line 74, Column 293: end tag for "a" omitted, but OMITTAG NO was specified.
…magery)/Global(Image0007).png" /></td>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 74, Column 5: start tag was here.
<td><a class="GlobalNavigationLink0001" href="#" onclick="return NavigationSyst
|
What does that mean?