MyBB Community Forums

Full Version: Center of thread title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to make title of thread in center/middle.

my code for title in showthread isĀ 
<div>

<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
</div>
you can try changing <div> to <div style="text-align: center;">
thanks..