Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bouding table width


unclematty

Recommended Posts

Posted

You can go about it several different ways. The way I did it was I opened "catalog/stylesheet.css".

 

I grabbed some space and I created an id similiar to this:

 

TABLE.Container_width {
 width: 800px;
 text-align: center;
 margin-left: 250px;
 }

 

Now you can open up each document and look for the very first table in there. You will notice it fairly quickly because it will say <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="3">. It might be something different on each page but just the same (I'm rambling) put the following in that first table tag:

 

class="Container_width"

inside of the <TABLE> tag.

 

I know it might take a while but if you ever want to update the size, you only have to update it in your stylesheet.css

 

If you need any other help, let me know.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...