11-27-2010, 12:46 PM
I want to make a table to put an mp3 player in just so it look like the rest of mybb so it blends in and I want it to collaspe like regulare tables and would like it to start in colllasped state.
Just need code
I have been trying my self but with no luck
using code like this
this code if from veuing sorce on one of my sites
got closer with this
then I tryed
Still no luck
Any help would good
and maybe i might learn somthing
Just need code
I have been trying my self but with no luck
using code like this
this code if from veuing sorce on one of my sites
PHP Code:[Highlight]
<table width="100%">
<tbody>
<tr>
<td colspan="2">
<div class="expcolimage"><img src="images/collapse.gif" id="newsbars_img" class="expander" alt="[-]" title="[-]" /></div>
</td>
</tr>
</tbody>
<tbody style="" id="newsbars_e">
<tr>
<td>
Put somthing here
</td>
</tr>
</tbody>
</table>
PHP Code:[Highlight]
<table border="0" cellspacing="1" cellpadding="4" class="tborder"><tr><td class="thead"><div class="expcolimage"><img src="images/collapse.gif" class="expander" alt="[-]" title="[-]" /></div><div><strong>MP3 Player</strong></div></td></tr><tr><td class="trow1"></td></tr></table><br />
PHP Code:[Highlight]
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tbody><tr><td colspan="0"><tr><td class="thead"><strong>Tag Cloud</strong><div class="expcolimage"><img src="images/collapse.gif" id="newsbars_img" class="expander" alt="[-]" title="[-]" /></div></td></tr></tbody><tbody style="" id="newsbars_e"> <tr><td>Put somthing here</td></tr></tbody></table>
Any help would good
and maybe i might learn somthing