MyBB Community Forums

Full Version: how center title ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want center title

how ?

[Image: i171379_Untitled.jpg]
In templates -> Forum Bit Templates -> forumbit_depth2_cat -> put <center> tags around the title.
i cant' please replace here

<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

please help me Sad
You don't need to edit your Template :

Go to AP ==>your theme==>Globale.css==>chose".Theard" and add this text-align: center;

Take a look to the images:
[Image: center.jpg]
[Image: result.jpg]
good luck