MyBB Community Forums

Full Version: Header confusion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an image at the top of my forum;

Quote:<div id="logo">
<div class="wrapper">
<a href="http://azbird.net/sightings/index.php">
<img src="/images/azbird_logo1.png" alt="AZ Bird Network" title="AZ Bird Network">
</a>
</div>
</div>

however, it does not appear in the header template;

Quote:<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
</div>

and I can't find it in the theme "logo".

So where is it?

I have split the image in two pieces and I wish to float one left and the other right.

http://azbird.net/sightings/index.php