MyBB Community Forums

Full Version: How to make a Header Image fit to screen in MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried this code... but it made the entire forum center so I reverted the template until I can find what I did wrong..

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="Your_Banner.jpg" width=100% height=220 alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Caught the error myself ... Blush