This is a discussion on Removing gaps between boxes within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I am sure the answer to this is easy, but I have looked in a number of places to see ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am sure the answer to this is easy, but I have looked in a number of places to see how I can remove the small gaps between boxes as well as between the header navigation bar and categories for example. I have tried: main_page.tpl box.tpl index_default.tpl (I have attempted to alter the cellspacing etc.) and a number of other's, but cannot find it. Can anyone point me in the right direction please? Cheers, Mish |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| I had the smae problem, I am still making the corrections through out the whole site but the main one is in the Index.php file. Line 62: Code: <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" [b]cellpadding="0">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
That should do the trick for most of the site. Some other files will need to be changed as well.. Let me know if you don't get it... Thanks --Craig |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing Subcatagories | siufun | osCommerce 2.2 Modification Help | 1 | 08-14-2006 01:34 PM |
| change boxes background color now have double boxes | ANNIE11 | osCMax v1.7 General Mods Discussion | 0 | 08-22-2005 08:16 PM |
| Removing Boxes | rbudj | osCMax v2 Customization/Mods | 3 | 07-26-2005 10:03 PM |
| removing the 'underline' in the boxes (e.g categories) | Anonymous | osCMax v1.7 Discussion | 1 | 01-16-2004 06:26 AM |
| Gaps between info boxes (how do I change ?) | dsmcphee | osCommerce 2.2 Modification Help | 2 | 09-25-2003 08:52 PM |