MyBB Community Forums

Full Version: help ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" style="border-top: 1px solid #888; border-left: 0px solid #888; border-right: 0px solid #888;" width="100%">
<tbody style="tcat" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2" style="text-align: center;"><font size="3"><strong><a href="{$forum_url}">{$forum['name']}</a></font></strong>
<div class="smalltext">{$forum['description']}</div></div></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span>
<td class="tcat" width="30" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td> 
<td class="tcat" width="30" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>

</td>
</tr>
{$sub_forums}
</tbody>
</table>

thank you for try , but not works :/

help ?
(2010-12-08, 10:42 PM)Bishop* Wrote: [ -> ]thank you for try , but not works :/

help ?
Sorry about that.
This should work.
Replace <td class="thead" colspan="5">
with
<td class="thead" colspan="5" style="text-align: center;">
thank you , it works Smile
No problemSmile