Quote:
Originally Posted by Guy G
all of your errors are very easy to fix..
for example:
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.

|
Wow.. this post was SO different from my post?
Quote:
Originally Posted by cinq
Sorry for the noobish question, but what are 'advantages' (if any) of being XHTML 1.0 compliant ?
|
Well, to show the world you are not whipped by M$ and another one of those IE sheep, for one.
Writing standards compliant code, even more so XHTML 1.0 (or 1.1 if you're feeling tough) shows that you have taken the time to write code that will render 100 % in all browsers, which again shows that you care for your users.
//out