MyBB Community Forums

Full Version: Displaying Images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i display 2 header images , 1 on the left and 1 on the right ?
Depends on the theme you have. We need more info, link to your forums, either link to the 2 pics or the dimensions and any other info you think we may need would be good too.
Well heres my forum , take a look at the header http://www.pro-coders.com
Use float: left and float:right in two separate divs.
Ok thank you
Hmmm im not sure on this actually, heres my header can u adjust it as an example ?

(First post - To place 2 images in header, 1 on the right, 1 on the left)

{$fbDock_block}<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<link rel="shortcut icon" href="http://pro-coders.com/images/faviconpc.ico" />
				<div class="logo"><a href="http://www.pro-coders.com"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
                         {$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}{$fbdock_friend_request}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}<!-- ProfileComments -->
			{$commentalert}<!-- /ProfileComments -->
			<navigation><br />
{$messagestyle}{$boardmessage}
			<br />