Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I add spaces between the boxes?


dailce

Recommended Posts

How do I add spaces between the boxes on the left and right?

 

Example:

 

Change:

 

XXXXXXX

XXXXXXX

XXXXXXX

1 Space

XXXXXXX

XXXXXXX

XXXXXXX

 

TO:

 

XXXXXXX

XXXXXXX

XXXXXXX

 

3 Spaces

 

XXXXXXX

XXXXXXX

XXXXXXX

 

 

Also, after I click on a category item, it brings me to the usual table listing the products in that category. How can I insert informatin before that table (under the heading)?

 

Thanks In Advance

Link to comment
Share on other sites

How do I add spaces between the boxes on the left and right?

 

Example:

 

Change:

 

XXXXXXX

XXXXXXX

XXXXXXX

1 Space

XXXXXXX

XXXXXXX

XXXXXXX

 

TO:

 

XXXXXXX

XXXXXXX

XXXXXXX

 

3 Spaces

 

XXXXXXX

XXXXXXX

XXXXXXX

Also, after I click on a category item, it brings me to the usual table listing the products in that category.  How can I insert informatin before that table (under the heading)?

 

Thanks In Advance

 

 

you would have to add this at the end of each box:

 

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

 

the 10 is the height.

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...