2johnsons Posted October 13, 2008 Share Posted October 13, 2008 Can someone please tell me how I can adjust the size of the site, it's to big and I would also like to know how I can go bout centering the site into the middle of the screen/page. Link to comment Share on other sites More sharing options...
FIMBLE Posted October 13, 2008 Share Posted October 13, 2008 Follow this in your stylesheet.css add body, html { background: #C1C1C1; color: #000000; margin: 0px; padding:0px; text-align: center; } #centrepage{ width: 850px; margin: 10px auto 10px auto; background: White; text-align: left; } ==================================== file = catalog\include\header.php line = 55, insert new line <div id= "centrepage" > ==================================== file = catalog\include\footer.php line = 60 (new last line in file), insert </div> Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
2johnsons Posted October 14, 2008 Author Share Posted October 14, 2008 Follow this in your stylesheet.css add body, html { background: #C1C1C1; color: #000000; margin: 0px; padding:0px; text-align: center; } #centrepage{ width: 850px; margin: 10px auto 10px auto; background: White; text-align: left; } ==================================== file = catalog\include\header.php line = 55, insert new line <div id= "centrepage" > ==================================== file = catalog\include\footer.php line = 60 (new last line in file), insert </div> Thank you for the information,I must be doing something incorrect because it did not work. Please advice? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.