all of your errors are very easy to fix..
for example:
Quote:
Line 110, column 187: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
...ttp://u1.extreme-dm.com/i.gif" height=1 border=0 width=1 alt=""></a><script l
|
Make sure you put " " for any attr you put, so it would look like this:
HTML Code:
...ttp://u1.extreme-dm.com/i.gif" height="1" border="0" width="1" alt="">
than you get rid of a lot of errors...
The java script error is fixed by the <script type="text/javascript">
and the J errors are caused becasue of a wrong use of the &.
all & should be in a code, like so: &
and for the img erros you are missing the closing tag, all img tags should be like so:
<img src="" alt"" .....
/>
Thats about all of your errors... 5 min and u are done.
Quote:
Originally Posted by cinq
Sorry for the noobish question, but what are 'advantages' (if any) of being XHTML 1.0 compliant ?
|
Also, there isnt any, its just fun to see your board XHTML validated and have that picture... lol