MyBB Community Forums

Full Version: Centering the forum legend
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried this code and didn't work:
<table border="0" align="center">
<tr><td>

<dl class="forum_legend smalltext">
    <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>
</dl>

</td></tr>
</table>

How do I center the forum legend?
I can't see why that doesn't work so tried it on my forum and it worked.

Are you sure you're editing the right theme?
Got it to work now.