Hi All,
I have in the process of XHTML validating my code and the W3C validator is presenting the following error:
Line 92, Column 142: general entity "itemid" not defined and no default...
I need a class and onload in my body tag, is this the correct way of doing that?
<body class="oneColFixCtrHdr"; onload="startw();">
If you view the website in Firefox it seems flawless, check it in IE and the menu is sitting weirdly. Tried all sorts to get this to sit into place, can't figure it out, any guidance would be ...
What is the function of xml:lang in xmlns declaration?
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> </html>