Code help

Aragon Burner

Addicted
Joined
Nov 27, 2008
Messages
841
Reaction score
80
FP$
3,967
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>
 
Can you show me what you're trying to add, looks like some kind of "showcase" code.

If so, I can give you a better code than that one. ~smile~
 
I dont see anything wrong....... You can PM me on CrazyAds, or post it on the Forum Support there, i can probably look into it more there,'

Dom
 
Alternatively, you could use this code:
Code:
 <table class="tablebg" width="100%" cellspacing="1">

   <tr>

      <td class="cat" colspan="4"><h4 align="center">Text Ads</h4></td>

   </tr>

 <tr>



      <td class="row1" align="center" valign="middle" width="25%">New service coming soon!</td>

      <td class="row1" align="center" valign="middle" width="25%">New service coming soon!</td>

      <td class="row1" align="center" valign="middle" width="25%">New Service coming soon!</td>

     <td class="row1" align="center" valign="middle" width="25%">test</td>

   </tr>

   </table>

<br clear="all" />
 
It looks fine for me...the bottom right? Looks fine.....at least on my comp.
 
Back
Top Bottom