Graveyard666 Posted January 29, 2004 Share Posted January 29, 2004 I just installed the centershop file and all is okay except that I have this border around the entire cart - see http://www.graveyardrecords.com/catalog/index.php I tried searching the index.php page to fix it, but I don't see any descrepancies there.. anyone have this problem or know how to fix it? jeff Quote Link to comment Share on other sites More sharing options...
paulm2003 Posted January 29, 2004 Share Posted January 29, 2004 I tried searching the index.php page to fix it, but I don't see any descrepancies there. What's New Here? Quote Link to comment Share on other sites More sharing options...
Graveyard666 Posted January 29, 2004 Author Share Posted January 29, 2004 if I can't fix this, is there another way to make my cart 780 in width? Quote Link to comment Share on other sites More sharing options...
paulm2003 Posted January 29, 2004 Share Posted January 29, 2004 (edited) I am using the BTS but without it I would wrap a div around the whole site. So in each root file (most, some not?) directly after the <body> tag add: <div id="pageWrapper"> and just before the </body> tag at the end add </div><!-- end page Wrapper --> after you have done that for all pages you can set the width in the stylesheet like: body { text-align: center; /* for IE center bug */ } div#pageWrapper { width: 780px; /* pagewidth */ margin: 5px auto; /* left and right margins equal/auto is the centering */ text-align: left; /* restore text alignment if needed */ } hope this helpes oops two typo's: corrected now Edited January 29, 2004 by paulm2003 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.