Help!

Discussion in 'HTML & Website Design' started by refined, Oct 27, 2007.

  1. #1
    Hey everyone,

    My site, http://rygo.net loads fine in Firefox, but not in IE.

    What is the problem?

    I have been looking over the HTML for a while and cannot figure it out!

    What am I doing wrong???

    -Ryan
     
    refined, Oct 27, 2007 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    The person who made the WP template didn't center the page properly.

    Did you make it? If so I can tell you how to center it properly (and validly)
     
    twistedspikes, Oct 27, 2007 IP
  3. refined

    refined Peon

    Messages:
    476
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, I've designed a good portion of it, but the style sheet and stuff is from a template.. how can I fix this?
     
    refined, Oct 27, 2007 IP
  4. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #4
    In your CSS find this:

    #page {
    margin: 0px auto;
    width: 760px;
    border-bottom: 5px solid #d5e6eb;
    border-left: 5px solid #d5e6eb;
    border-right: 5px solid #d5e6eb;
    background: #FFFFFF url(images/content-bg.gif) repeat-y;
    }

    add this to it:

    text-align:center;

    For some reason IE doesn't like margin's. Don't ask why. Well I think that should fix it. If not then just post again and i'll have a closer look.
     
    twistedspikes, Oct 27, 2007 IP
  5. refined

    refined Peon

    Messages:
    476
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That didn't do the trick.. that just made all the text centered :p
     
    refined, Oct 27, 2007 IP