1 adriscoll Jul 18, 2007 09:16
3 adriscoll Jul 18, 2007 17:45
yabba,
thank you for your help. there must have been some haste in my writing and certainly a lack of understanding how that validator works.
i misunderstood how the validator relayed the message and was checking for those highlighted tags such as /a, /body, etc. since i already had them, I thought they were false readings.
thanks again.
Result: 4 errors / 0 warnings
line 67 column 121 - Error: end tag for "img" omitted, but OMITTAG NO was specified
You forgot the /
<a href="http://varsitysportsradio.com/index.php?blog=2"><img src="img/logo_2.jpg" alt="Locker Talk with Ben Blecha" /></a>
line 75 column 8 - Error: end tag for "p" omitted, but OMITTAG NO was specified
You forgot the </p>
line 179 column 66 - Error: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
You've got your table wrapped in <p> tags
line 529 column 6 - Error: end tag for "div" omitted, but OMITTAG NO was specified
You haven't closed <div id=wrapper">
¥