MyBB Community Forums

Full Version: Put the banner in a code like this.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Here is the full code. Where would I put the banner? To make it fit the template. Site url: www.habbtime.com/Forums

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<h1 class="logo"><a href="{$mybb->settings['bburl']}/index.php">{$mybb->settings['bbname']}</a></h1>
			<div id="panel">
				{$welcomeblock}
			</div>
<br class="clear" />
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />
Admin CP > Templates & Style > Themes > YOUR THEME

Look for "Board Logo", add the image link for your banner here.
Still not Solved... Sad
According to your source code, this is your image link:
http://habbtime.com/Forum/Forum/images/habbo/Banner.png

The actual link:
http://habbtime.com/Forum/images/habbo/Banner.png
Still not showing... Can someone PM me their skype? That way I can show you what I need done?
That dosnt seem right
It's not working with that code.
Can't help if the forum is down.
I'd open it if I had the perms to, my friend has those.
As people said above, the image points to http://habbtime.com/Forum/Forum/images/habbo/Banner.png when it should point to ttp://habbtime.com/Forum/images/habbo/Banner.png
Pages: 1 2