I keep getting this problem!
When a page has the doctype below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
Then some of the css or the general display is wrong.
If i put
<!--
-->
above the doctype then the display is perfect!
I cant believe this is the right way to build an XHTML page but why does it happen?
When a page has the doctype below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
Then some of the css or the general display is wrong.
If i put
<!--
-->
above the doctype then the display is perfect!
I cant believe this is the right way to build an XHTML page but why does it happen?