• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter kubajzzz

    (@kubajzzz)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE8 vs Firefox’ is closed to new replies.