Hi Fish thanks for the input
[html]
<meta name="keywords" content="" />
[/html]
It created it with just HTML instead of what it suggests below
Running this through the validator at:
http://validator.w3.org gives the following error:
Many Document Types based on XML need a mandatory xmlns="" on the root element. For example,
the root element for XHTML will look like:
[html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"]
It appears that the out of the box XHTML 1.0 strict is failing compliance.
Are we doing something wrong?