MyBB Community Forums

Full Version: Centering Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I chose a banner just a little too small, but if its centered it would look great, just... IDK How to do it.
Please help?
Add:
<center><a href="http://BANNER_URL.com></a></center>
Or if its the forum logo change the code from:

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

to this

Quote:<div class="logo" style="text-align:center;"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}"src="images/red_theme/logo.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<center>banner link here</center> That should work Smile
(2009-09-10, 01:06 AM)Chrissy Poo Wrote: [ -> ]Or if its the forum logo change the code from:

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

to this

Quote:<div class="logo" style="text-align:center;"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}"src="images/red_theme/logo.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Why the heck text align when the banner is not a text but an image?
(2009-09-13, 05:13 PM)FullMetalBabe Wrote: [ -> ]
(2009-09-10, 01:06 AM)Chrissy Poo Wrote: [ -> ]Or if its the forum logo change the code from:

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

to this

Quote:<div class="logo" style="text-align:center;"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}"src="images/red_theme/logo.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Why the heck text align when the banner is not a text but an image?

It will align everything in the div Smile
... and align:center; doesn't...? Plus there is no text there, pretty much not practicing CSS the right way...
I always use <div align="center">