January 26, 200917 yr Hello, I'm trying to validate my page with W3C Validator and I am having trouble fixing an error it's giving me. I get a total of 8 errors, and they are all the same. The error is below; [hide=Error i'm getting]Line 53, Column 9: ID "TEXTHEADER" already defined. An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).[/hide] This is the only error i'm getting, but it's an error which is repeated over the page. Does anybody have any idea's on how I can fix this? Thanks in advance, Earpy.
January 26, 200917 yr Every ID must be unique, try changing the 'textheader' to something different, that should fix it.
January 26, 200917 yr :P It was all in the error description anyway, just read them and they should tell you how to fix it.
Create an account or sign in to comment