W3C Validation - how important is it?
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: W3C Validation - how important is it?
Biggrin

Well, personally, sometimes dealing with validator make me a bit confuse. But, as long as we didn't miss important tags, I think we will not get a huge error. You can see it in you page source.

Try to fix the error step by step. At least for the first three error:

1. You missed the <tr> tag after the <table> tag.
Find this in your forumdisplay or something like that template:

HTML Code
<td valign="top" width="18%">


You should have <tr> tag before the tag above.

2 and 3. Your image tag in the part above:

HTML Code
<img src="......./bookmarksite.jpg">

You should add alt attribute in the tag. And self close the tag:

HTML Code
<img src="......./bookmarksite.jpg" alt="" />


06-12-2010 07:43 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: W3C Validation - how important is it? - RateU - 06-12-2010 07:43 AM

 Standard Tools
Forum Jump: