MyBB Community Forums

Full Version: Help | move things to center...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how i move it:
(look in buttom...)

[Image: untitled3214wp.jpg]
did you try putting the <center></center> tags?
where the script writed?
ACP -> Templates -> *Template Name* -> "Index Page Templates" -> index

find

Quote:<tr><td valign="top" align="right">
<span class="smalltext">$logoutlink<a href="misc.php?action=markread">$lang->markread</a> | <a href="showteam.php">$lang->forumteam</a> | <a href="stats.php">$lang->forumstats</a></span>
</td></tr>

replace with:

Quote:<tr><td valign="top" align="center">
<span class="smalltext">$logoutlink<a href="misc.php?action=markread">$lang->markread</a> | <a href="showteam.php">$lang->forumteam</a> | <a href="stats.php">$lang->forumstats</a></span>
</td></tr>
thanks...