View Single Post
  #4 (permalink)  
Old 11-19-2004, 09:46 AM
MrLeN's Avatar
MrLeN MrLeN is offline
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Melbourne, Australia
Posts: 381
MrLeN RepRank 0
Default

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
Reply With Quote