Viewing 1 replies (of 1 total)
  • Hi,
    First let me say that my heart goes out to the people of Pakistan, such terrible flooding disasters happening there now, and good for you for making the site.

    I do have some ideas for you. The basic idea is that the body tag should be
    text-align: center;
    rather than
    text-align: left;

    This should immediately make a difference in IE. Then you can add
    text-align: left;
    to any DIV inside BODY that might need it (some might not),
    and possibly also
    margin: 0 auto;
    to get things lined up and centered correctly.

    You can try going to Appearance… Editor to edit style.css to try out those changes. Here’s an article about all that, in case you need more info:
    http://simplebits.com/notebook/2004/09/08/centering/

    Good luck,
    Dave

Viewing 1 replies (of 1 total)
  • The topic ‘Website not looking good in IE ..’ is closed to new replies.