Posted by APT on 12/23/87 11:39
<marcwentink@hotmail.com> wrote in message
news:1139393803.768820.89090@g14g2000cwa.googlegroups.com...
>I am checking html against:
>
> http://validator.w3.org/check
>
> and it seems to complain about:
>
> <td class="stctd" name=tdbsgroep id=tdbsgroep>
>
> "Line 659 column 34: there is no attribute "NAME"."
>
> is that correct, td does not have an attribute name?
>
> I see this all over the place in the old code I am changing.
> (Which not necesarelly means this is correct of course.)
>
It may be confused that the "name" and "id" are the same. Both names and IDs
should have unique names that are only used once per document.
Try changing the ID name and see if the error is still there.
Navigation:
[Reply to this message]
|