Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need centershop help...


Graveyard666

Recommended Posts

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

Link to comment
Share on other sites

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 by paulm2003
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...