Quote:
Originally Posted by matt-dublin Hey guys,
need some help...
Im trying to validate my code and its xhtml transitional 1.0 and i keep getting errors on w3 validation with my meta tags.
for example...
there is no attribute "Name".
element "META" undefined.
there is no attribute "Content".
i tried changing the name attribute to both id and property with no avail..
can anyone please help me? |
xhtml is case sensitive.. so there is no META tag. it's meta.
your content bit should look like this [with your preferred char encoding]
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="mysite.com">