Yeah, but when I run my tidy tool it tells me:
Quote:
|
Warning: <meta> unrecognized attribite value "http-equiv"
|
I think I get this arror because this tag is meant for xhtml.
All I am trying to do is display the doctype. The one I have works fine, and validates at W3C:
Quote:
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
I am 1000.1% sure that I came across this problem before and found alternative code to use, that didn't get rejected by my tidy tool.
I just can't quite remember. All I am looking for is for a valid way to include the charset for html 4.0
MrLeN