Snake |
01-18-2008 05:49 PM |
Collapsible/expandable for a custom table
1 Attachment(s)
I'm having an affiliates table at the very bottom of my page (see screenshot below) and what I'm trying to do here is to have the expandable/collapsible features on. I tried to do it a couple of times but I failed. Any help please?
Here's the source for the code:
Code:
<!-- affiliates -->
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%">
<tbody>
<tr>
<td class="tcat" colspan="4">Affiliates</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">
<a href="http://www.metalgearsolid4.net/" target="_blank" title="Metal Gear Solid 4 Net">Metal Gear Solid 4 Net</a><br />
<a href="http://mgstruefans.aimbum.net/" target="_blank" title="Metal Gear Solid: True Fans">Metal Gear Solid: True Fans</a><br />
<a href="http://www.solidsnakelegacy.net/" target="_blank" title="Solid Snake Legacy">Solid Snake Legacy</a><br />
<a href="http://www.gamingfonts.com/" target="_blank" title="Video Game Fonts">Video Game Fonts</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here
</div></td>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links2.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">
<a href="http://www.ps3pleasure.com/" target="_blank" title="PlayStation 3 Pleasure">PlayStation 3 Pleasure</a><br />
<a href="http://www.talkpsp.com/" target="_blank" title="Talk PSP Forums">Talk PSP Forums</a><br />
<a href="http://www.videogamechat.net/" target="_blank" title="Video Game Chat">Video Game Chat</a><br />
<a href="http://www.myXbox360.com/" target="_blank" title="My Xbox 360">My Xbox 360</a><br />
<a href="http://www.ps3power.com/" target="_blank" title="PlayStation 3 Power">PlayStation 3 Power</a><br />
<a href="http://www.ps3vault.com/" target="_blank" title="PlayStation 3 Vault">PlayStation 3 Vault</a><br />
<a href="http://www.NarutoFly.com/" target="_blank" title="Naruto Fan Site">Naruto Fan Site</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here
</div></td>
</tr>
</tbody>
</table>
</center>
<!-- / affiliates -->
|