Allo All,
I try to put background in both columns as indicated in the OSGuide (how-to section - Examples and Procedures). But the right side remain as was.
Is someone can tell me what to do or what is wrong with me
Tanks
This is a discussion on Background in right column within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Allo All, I try to put background in both columns as indicated in the OSGuide (how-to section - Examples and ...
Allo All,
I try to put background in both columns as indicated in the OSGuide (how-to section - Examples and Procedures). But the right side remain as was.
Is someone can tell me what to do or what is wrong with me
Tanks
The exmple only shows how to do it in the left column. To do it in the right column, you have to edit the right column code at the bottom of default.php, near line 330. Look for:
and add your background image. That should do it...Code:<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
Bookmarks