Posted 21 June 2012 - 03:45 PM
In your includes/modules/new_products.php find
$new_prods_content = '<table border="0" width="100%" cellspacing="0" cellpadding="2">';
change it to
$new_prods_content = '<table border="0" width="100%" cellspacing="10" cellpadding="2">';
This adds spacing between the cells within the table.
Then in the same file find
<td width="33%" align="center" valign="top">
and change it to
<td width="33%" align="center" valign="top" class="newproductsbgtd">
Then in your stylesheet.css add
.newproductsbgtd {
background: #ff0000;
border: solid 1px #ffffff;
-moz-border-radius: 10px;
border-radius: 10px;
}
Alter the two colours to match your site.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.