MyBB Community Forums

Full Version: Hi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if there is a code for a table that allready has the css for mybb skins in it.
Not really sure what it is you need, can you be a bit clearer...?? Tables are styled with CSS by default anyway...

<td class="thead">

<td class="tcat">

<td class="trow1">

<td class="trow2">

Etc etc...
Well I want a basic table with a title bar and the table but i want it to automaticly look like the forum.
Yeah, it will, if you put a class in the <td> tags like the code above. Like this:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Heading</strong></td></tr>
<td class="tcat"><span class="smalltext"><strong>Sub Heading</strong></span></td>
<tr><td class="trow1">
Content
</td></tr>
</table>

That's just adding a class to the <td> tags.
ahh thats what I needed thanks a bunch

edit: is there a way to make them colapable like the rest or no?
does anyone know how to minimize it?
bump i need help please
bump again i really need the minimize thing
can someone please tell me Sad