HELP!! My website doesn't show in IE correctly!!

Discussion in 'HTML & Website Design' started by FightersCosmos.com, Jan 4, 2009.

Thread Status:
Not open for further replies.
  1. #1
    Hey guys, I have my site http://www.fighterscosmos.com/ and it shows fine in Flock, Firefox, Chrome, Safari, and Opera. But in IE the template is all screwed up.

    I'm using Wordpress and the theme I got came with a seperate stylesheet for Internet Explorer, but I don't know how to get the site to use that CSS for IE user agents.

    Please help!!
     
    FightersCosmos.com, Jan 4, 2009 IP
  2. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Use this code for IE :

    <!--[if IE]>
    Here add the CSS
    <![endif]-->
    Code (markup):
    If you want to specify a IE version use :

    <!--[if IE 5.0]>
    Here add the CSS
    <![endif]-->
    Code (markup):
     
    ExtremeData, Jan 4, 2009 IP
  3. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,615
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Site is not even displaying properly in FF, make sure you change width to 775px from 774px in #wrapper2.
     
    Big0ne, Jan 4, 2009 IP
  4. FightersCosmos.com

    FightersCosmos.com Guest

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks guys.

    Bad news though...

    I did both of those things and its still not showing properly! I'm absolutely lost right now, anyone else got any suggestions?
     
    FightersCosmos.com, Jan 4, 2009 IP
  5. Website Tiger

    Website Tiger Guest

    Messages:
    351
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Add
    <center>
    Code (markup):
    right after the
    <body>
    Code (markup):
    in the begining and at the end of the site add
    </center>
    Code (markup):
    right before
    </body>
    Code (markup):
    So it should look like this;
    <body>
    <center>
    
    </center>
    </body>
    Code (markup):
    That should make your site in the middle with out a problem.
     
    Website Tiger, Jan 4, 2009 IP
Thread Status:
Not open for further replies.