Posted by mrcakey on 10/19/07 09:51
"Robert Baer" <robertbaer@localnet.com> wrote in message
news:13hgtshm3mf0c8f@corp.supernews.com...
> How can i fix this to get rid of the W3C complaint, but still have
> control of that font size (line 61 in code having 77 lines)?
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <!-- does NOT validate; bitches on use of size=6 and face="Arial"
It doesn't validate because in your nested table (naughty, naughty) you've
added text directly to the table row element. You need to enclose it in a
<td> or <th> tag pair. Or preferrably switch to a strict doctype and do it
properly.
+mrcakey
Navigation:
[Reply to this message]
|