I have no space between my info boxes, possibly something I did, but I have no idea where or how that happened? Is it something to do with cell spacing somewhere?
This is a discussion on Space between infoboxes? within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; I have no space between my info boxes, possibly something I did, but I have no idea where or how ...
I have no space between my info boxes, possibly something I did, but I have no idea where or how that happened? Is it something to do with cell spacing somewhere?
Hi,
Open templates/box.tpl.php
Line 13 to 23:
<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
<tr>
<td class="boxText"<?php echo $boxContent_attributes; ?>><?php echo $boxContent; ?></td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
</table>
cellpadding="3" is what give the spaces which are then filled by pixel_trans.gif![]()
HTH
Neil
www.12website.com
"You can have everything in life that you want if you will just help enough other people get what they want."
Zig Ziglar
Bookmarks