Hello I want to upload a banner to my site my site is
http://simcity4deluxe.org/mybb I need to know the width and height for my banner to put at the top of my site can anyone tell me were I can also size my image too please thanks
oh and i was wondering how I would get traffic too my site also if anyone can help me on that
actually size really doesnt matter. Just name your logo "logo.gif" put it in/ images/Zare/ directory
And you can use many online image editors
http://bit.ly/TltPH7
Could you please post your header template?
is it this one you want ? <div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><center><br /><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></center></div>
<div id="categories_links">
<div class="navcontainer">
<ul id="nav">
<li><a href="{$mybb->settings['bburl']}">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
</ul>
</div>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
Please use code tag to post your codes.
Secondly, delete the
<br />
tag after
<div class="logo"><center>
Then your logo will be aligned. After that, go to your theme css and find ".logo" Remove the background color #006699 and the url url(../../../images/Zare/top-bg.png);
Never mind just messeed the forum i give up sorry to waste your time ill try to get my money back for the hosting
Try to use this as header template
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><center><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></center></div>
<div id="categories_links">
<div class="navcontainer">
<ul id="nav">
<li><a href="{$mybb->settings['bburl']}">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
</ul>
</div>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
Then remove the background color and the url from your template css .logo
ah ok cool it work thanks I'm not good at HTML coding that is why i just know the basics that why i am looking for someone to join my site and help me
Create an admin account for me and you may restrict admin permissions from ACP -> User Groups -> Admin Permissions. Set only Can manage themes? and Can manage templates? to yes.