bitterpants
08-27-2002, 02:23 PM
so, ive finally been shamed into seperating my content and my layout and formatting by using CSS instead of all kinds of crazy tables. in the process of learning all this, ive made a habit of checking my css files and my new html files w/the validators on the w3c web site. while trying to validate the html of a page with a form in it, it was returned invalid because of the textarea tag i had used. apparently this tag is invalid in html 4.x
so, in search of what i should be using instead i checked each html 4.x specification on the w3c.org site. all of them had textarea listed as a valid tag.
does anyone have any suggestion on perhaps what i should believe? is there someplace else im not thinking of where i can check to see what is really correct?
thanks.
so, in search of what i should be using instead i checked each html 4.x specification on the w3c.org site. all of them had textarea listed as a valid tag.
does anyone have any suggestion on perhaps what i should believe? is there someplace else im not thinking of where i can check to see what is really correct?
thanks.