• Hi,

    I have a blog at https://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

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘My Blog Looks Funny in Internet Explorer’ is closed to new replies.