MyBB Community Forums

Full Version: how to display images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok i have a newly set up forum (2day) i have a banner but i would like an images aswell, how to i do this, ive tried putting a , and / but they didnt work.....
I diden't understand this post, sorry.
ok i have a banner on my forum and i would like to have a picture next to it? is that posible.............sorry hope that explains it better Smile thx
You can edit the HTML code in your Admin-CP -> Templates -> Edit/Delete -> *Your templateset* -> Expand -> header -> Edit.
i can understand banner as the Logo of your site right?
to ensure that they will be aligned and facing each others.
Go to the place michael has described
find
 
<div id="header">		
			<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>

above it add
<div class="logo" ><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" align="right"/></a></div> 

regards