Thread: Validate Question
Results 1 to 5 of 5
Related
-
The doctype validator. Does browser validate the html content via doctype directive? Forum: HTML Forum
Replies: 9 -
js validate Forum: Javascript Forum
Replies: 2 -
How to validate pieces of a word or a word itself in a array? Forum: Javascript Forum
Replies: 2 -
Validate Drop Down Menu Forum: Javascript Forum
Replies: 5
-
04-22-2001, 12:10 PM #1
Validate Question
Could someone tell me what this means.
attribute `CLASS' for <div> is extended markup (use "-x <extension>" to allow this).
Thank You.
-
04-22-2001, 12:17 PM #2
Doesn't ring any bells. Where did you get it?
I'll narrow it down for you, it's probably to do with one of the following -
HTML, DHTML, XHTML, XML, CSS, CSS2, ASP, PHP, JavaScript, Java, VBScript, or Perl.
narrow it down at all?
------------------
QuietDean-
-
04-22-2001, 12:38 PM #3
Post the page that is giving you this error, I would be very interested to see what is causing this.
thanks,
Dave
-
04-23-2001, 02:00 AM #4
My HTML editor, 40tude HTML, also gives me messages like that when I run my HTML validation tool. Code works anyway in browsers 3+.
-
04-24-2001, 10:32 AM #5
The trouble with validators is that they pick up on code that works, and don't pick up on code that doesn't ... sometimes.
They're very useful tools for checking structural errors like missing out on a closing </td> tag, but don't rely on any validator to help you learn HTML, because it will only frustrate and confuse.