2011-10-13, 03:16 PM
Hi there,
just need to know how can i get this backgroundcolor for the whole column.
Now it looks like this:
![[Image: columnqqz1.jpg]](https://camo.mybb.com/86720ba2636f29359ec4ffa8da29436be393ede8/687474703a2f2f7777772e61626c6f61642e64652f696d672f636f6c756d6e71717a312e6a7067)
But it should look like this:
![[Image: rigbq78.jpg]](https://camo.mybb.com/1b418b8bdc77f62fa36ec12e61d1c5e124d4cc7c/687474703a2f2f7777772e61626c6f61642e64652f696d672f726967627137382e6a7067)
If you need the forumbit_depth1_cat, here it is:
just need to know how can i get this backgroundcolor for the whole column.
Now it looks like this:
But it should look like this:
If you need the forumbit_depth1_cat, here it is:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
<tr>
<td class="tfoot" colspan="6"></td>
</table>
<br />