Posted by Robert Baer on 10/20/07 06:50
mrcakey wrote:
> "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
>
>
I think i tried that with no difference.
Navigation:
[Reply to this message]
|