MyBB Codes

Full Version: [Free] Help with expcolimage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
got closer with this
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 /> 
then I tryed
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
Still no luck
Any help would good
and maybe i might learn somthing
Ok goten a little farther
With this
PHP Code:[Highlight]
<table border="0" cellspacing="1" cellpadding="4" class="tborder"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="images/collapse.gif" id="cat_1_img" class="expander" alt="[-]" title="[-]" /></div><div><strong><a href="forum-1.html">Announcements</a></strong><br /><div class="smalltext"></div></div></td></tr></thead><tbody style="" id="cat_1_e"><tr><td class="trow1">ffffff</td></tr></tbody></table><br /> 
The table has a gray bit at the end not sure why and have not
[attachment=797]
figured out how to get it to start colasped.
You seem to have forgot that you cannot receive support, because of your website not conforming to our rules...

Rolleyes
Not that one differnt one Mybb.co.cc No adult stuff what so ever
Reference URL's