Viewing 2 replies - 1 through 2 (of 2 total)
  • Webmeba

    (@webmeba)

    I’m guessing you could wrap your entire blog in a wrapper div

    <div id=”wrapper”>


    </div>

    Then use these few CSS rules

    #wrapper {
    width : (insert length here)px;
    margin : 0 auto;
    text-align : left;
    }

    If I remember correctly text-align left applied to such an element fixes some minor IE bug, but I’m not sure.

    Thread Starter jagsv

    (@jagsv)

    Thanks for the Reply…
    I tried adding the wrapper.. i added the div into :
    (header.php)
    </head>
    <body>
    <div id=”wrapper”>
    and added the div clossure to
    (footer.php)
    </div>
    But it still didn’t work, any sugestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Page’ is closed to new replies.