View Single Post
Old 11-13-2012, 09:51 PM   PM User | #18
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,211
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Well, to begin with, all tags should be lower case. <td> instead of <TD>.

And all properties MUST be enclosed in quotes, not apostrophes. <td class="whatever"> and not either <td class=whatever> or <td class='whatever'>.

& should be written &amp; (because the & alone looks like the start of the &amp; entity), etc.

Once you have converted the HTML, use the w3c validator to make sure it validates as strict XHTML.

If you have any errors, it will tell you about them so you can easily fix them and try again.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote