Forums

My Blog Looks Funny in Internet Explorer (2 posts)

  1. helpforum
    Member
    Posted 4 years ago #

    Hi,

    I have a blog at http://www.davidjcastle.com. For some reason in firefox it looks fine but in Internet explorer it is moved all the way to the left hand side of the screen. What can I do to make sure this blog is centered on all browsers??

    Thanks.

    David

  2. bigsquaredot
    Member
    Posted 4 years ago #

    You need to add the following lines of code (or something along these lines):

    For the body declaration, assign the following code:
    text-align: center;

    For your wrapper (I think you call it page-container), assign the following code:
    margin: 0 auto; text-align: left;

    Let me know how it works out for you.

    Cheers,
    Philip Arthur Moore
    Owner, Big Square Dot

Topic Closed

This topic has been closed to new replies.

About this Topic