MyBB Community Forums

Full Version: Welcome Panel Next to Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to move the welcome panel right of the logo? Here's a screenshot for a better explanation.
[Image: 93734316.png]
<table border="0" style="width:100%">
<tr>
   <td align="left"><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div></td>
   <td align="right">{$welcomeblock}</td>
</tr>
</table>