Kubajzzz
Member
Posted 4 weeks ago #
Hello all,
I am using theme Arclite 1.6 at my website http://www.sgdevelopment.cz. I have a problem with different home page display in Internet Explorer and Mozilla Firefox. I tried to adjust CSS but without success.
Would you know how to fix this?
Thanks for your ideas.
Jakub
At this stage I am getting a forbidden message when I try to access your site.
It's just a bad URL that kubajzzz posted.
You have mistakes in header.php: the top lines should be
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
not:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
Then revalidate your page [Invalid]Markup Validation of http://www.sgdevelopment.cz/ - W3C Markup Validator to see if there are other code errors that disrupt the display.
Kubajzzz
Member
Posted 4 weeks ago #
Thank you very much I just deleted the meta tag and it is solved. I have no idea that it could be this. :-)
Jakub
Good job; the site validates now and should display correctly.