Viewing 1 replies (of 1 total)
  • Put a div tag around everything in the body of index.php, give it an id, and then in style.css use code similar to the following:

    #yourdiv{
         float:none;
         margin:0 auto 0 auto
    }

    I think this should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Centering website on the page.’ is closed to new replies.