Website doesn't look right on IE

Discussion in 'HTML & Website Design' started by Friendclk, Mar 5, 2011.

  1. #1
    The "Stores" sidebar on all the pages except the home page, does not center the text. Although the code is not easy to read, would someone be able to figure out why my text does not center? Firefox appears fine, it only doesn't work on Explorer. My site is www.GoodDiscount.info
     
    Friendclk, Mar 5, 2011 IP
  2. techntuts

    techntuts Member

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    I did not find any error when i checked on IE7... If you still find the error then do let me know about this... and also let me know the version of IE...

    If the version is IE6 then don't worry... IE6 is the worst and nowadays all the web designers are not bothering about IE6...
     
    techntuts, Mar 6, 2011 IP
  3. Friendclk

    Friendclk Greenhorn

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thanks for your input, I'm glad it's working for some people. I am however using IE 8 to get the error.
     
    Friendclk, Mar 6, 2011 IP
  4. techntuts

    techntuts Member

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    You can do one thing... Install an web developer addon to your IE8 (like firebug for firefox) and inspect the error using them... This is the best possible method you can do to rectify the error...
     
    techntuts, Mar 6, 2011 IP
  5. freshgreenlove

    freshgreenlove Well-Known Member

    Messages:
    404
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    135
    #5
    try validation HTML and css your site sir... :)
     
    freshgreenlove, Mar 6, 2011 IP
  6. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #6
    You can never trust IE to do ANYTHING right. You are in quirks mode because you don't have a doctype and IE won't attempt to perform like the other far more modern browsers. Add this to your first line:
    <!doctype html>
    HTML:
     
    drhowarddrfine, Mar 6, 2011 IP