PDA


View Full Version : How Do I fix the spacing in a module I created


threatrr
07-23-2005, 08:20 PM
http://www.cbrfever.com/cmps_index.php

Scroll down to where it says cool links and you will see a set of banners, its only like 5 on there but the spacing above that won't go away. I only used a html table code.
<center><table width="200" border="0">
<tr>
<td><a href="http://www.speedwerks.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/sw.gif" width="468" height="60" border="0"></a></td>
</tr>
<tr>
<td><a href="http://www.colorzonedesigns.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/colorzone.gif" width="468" height="60" border="0"></a></td>
</tr>
<tr>
<td><a href="http://www.tobefast.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/mc.gif" width="468" height="60" border="0"></a></td>
</tr>
<tr>
<td><a href="http://www.parts411.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/411.gif" width="468" height="60" border="0"></a></td>
</tr>
<tr>
<td><a href="http://www.indysuperbike.com/customer/home.php" target="_blank"><img src="http://www.cbrfever.com/sponsors/indy.gif" width="470" height="62" border="0"></a></td>
</tr>
</table>

Brian
07-24-2005, 11:07 PM
That's not the same code that's showing in your source... You've got <br /> tags all over the place.
<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat" colspan="0">

<a href="#top" onclick="return toggle_collapse('module_15')" style="float:right"><img alt="" border="0" id="collapseimg_module_15" src="http://www.cbrfever.com/test/images/buttons/collapse_tcat.gif" /></a>

<span class="smallfont"><strong>&raquo; Cool Links</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_module_15" style="">

<tr>
<td class="alt2">
<center><table width="200" border="0"><br />
<tr><br />
<td><a href="http://www.speedwerks.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/sw.gif" width="468" height="60" border="0"></a></td><br />
</tr><br />
<tr><br />
<td><a href="http://www.colorzonedesigns.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/colorzone.gif" width="468" height="60" border="0"></a></td><br />
</tr><br />
<tr><br />
<td><a href="http://www.tobefast.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/mc.gif" width="468" height="60" border="0"></a></td><br />
</tr><br />
<tr><br />
<td><a href="http://www.parts411.com/" target="_blank"><img src="http://www.cbrfever.com/sponsors/411.gif" width="468" height="60" border="0"></a></td><br />
</tr><br />
<tr><br />
<td><a href="http://www.indysuperbike.com/customer/home.php" target="_blank"><img src="http://www.cbrfever.com/sponsors/indy.gif" width="470" height="62" border="0"></a></td><br />
</tr><br />
</table>
</td>
</tr>

</tbody>
</table>