MyBB Community Forums

Full Version: Move banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
you need to make the banner to float right and add required top margin for the paypal button to touch the public forums.... here is the edited header template....




<div class="page" id="page">
<a name="top" id="top"></a>
<div id="header">
<span class="logo"><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></span>
<div id="panel" class="menu"><ul>
<li><a href="{$mybb->settings['bburl']}/portal.php">Home</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<ul>
</ul></li>{$welcomeblock}
</ul>
</div>


<span class="tools">
<a href="#" id="separator" style="width: auto; height:auto;">
<img src="{$theme['imgdir']}/tools_sidebar.png" alt="sidebar" title="collapse / expand sidebar"/>
</a>
<a href="#" id="toggler">
<img src="{$theme['imgdir']}/tools_change_bg.png" alt="change background" title="change background image"/>
</a>
<a class="changewidth original" href="#" title="switch to fixed page width">page</a>
<a class="changewidth wide" href="#" title="switch to full page width">page_wide</a>
<a href="#" title="toggle text and links color" id="textchange"><img src="{$theme['imgdir']}/tools_textcolor.png" alt="text color" /></a>
</span>

</div>

<div id="container" class="forum_sidebar sidebar_right">



<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="float: left; margin-top: 44px;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EPA98EHV5TS3E">
<input type="image" src="https://www.paypalobjects.com/en_US//i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

<a href="http://www.gametracker.com/server_info/91.198.152.240:25540/" target="_blank" style="float: right;"><img src="http://cache.www.gametracker.com/server_info/91.198.152.240:25540/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
Pages: 1 2