Aragon Burner
Addicted
Im trying to add the following code to my board footer, but it takes up the full width of the page instead of being the same width of my skin. Any ideas?
Code:
<div class="tableborder">
<div class="maintitle"><span style='color:#4E4E4E'><a href="http://s1.zetaboards.com/bebo_whatpulse/index">BDT Text Ads</a></span></div>
<table border="0" cellpadding="4" cellspacing="1" width="100%">
<tbody><tr>
<th class="titlemedium" colspan="5" align="center" width="100%"> </th>
</tr><tr>
<td class="row4" align="left" height="100" valign="top" width="20%">
<a href="http://url.com/" target="_parent"><b><u><center>LinkName</center></u></b></a><br>
Description
<center></center>
</td>
<td class="row4" align="left" height="100" valign="top" width="20%">
<a href="http://linkhere/index.php?act=idx" target="_parent"><b><u><center>linkname</center></u></b></a><br>
Description Here
<center></center>
</td>
<td class="row4" align="left" height="100" valign="top" width="20%">
<a href="http://linkhere/" target="_parent"><b><u><center>linkname</center></u></b></a><br>
Description Here
<center></center>
</td>
<td class="row4" align="left" height="100" valign="top" width="20%">
<a href="http://linkhere/" target="_parent"><b><u><center>linkname</center></u></b></a><br>
Description Here
<center></center>
</td>
</tr>







