This is a discussion on removing extra TD's in the box or infobox headers within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hello i want to remove the 2 cells on the sides of the boxes this is the code the page ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hello i want to remove the 2 cells on the sides of the boxes this is the code the page generates: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="1"></td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="1"></td> </tr> </table> I want to remove this: <td height="14" class="infoBoxHeading"><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="1"></td> and this: <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="1"></td> help! i want my infoboxes to look like this: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%" height="14" class="infoBoxHeading">Categories</td> </tr> </table> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help removing 1px space separating infobox header/contents | adam71o | osCMax v2 Customization/Mods | 4 | 03-15-2006 08:48 AM |
| 2 headers UGH! | AnnieChrist | osCommerce 2.2 Modification Help | 1 | 03-24-2005 05:06 AM |
| Headers | lem | osCMax v1.7 Discussion | 0 | 02-18-2005 12:07 AM |
| Replace InfoBox Headers with Graphics | xtech | osCMax v1.7 General Mods Discussion | 2 | 03-22-2004 08:47 PM |
| infoBox headers | glynn | osCMax v1.7 General Mods Discussion | 2 | 03-19-2004 11:54 AM |