how can i put a logo on the headline? i mean near it?
is there a comercial modes or something like that? for banners and stuff?
![[Image: logo.png]](https://camo.mybb.com/d028f1bab20cd93343867bfed33ac82ad40bf0ca/687474703a2f2f7777772e6d7962626f6172642e636f6d2f636f6d6d756e6974792f696d616765732f4c696768742f6c6f676f2e706e67)
upload your logo by ftp then go the AdminCp/themes/Edit theme and in the option forum logo select the correct path of your logo image
No, i think you didn't understand me.
There are sites that have an advettisment(a flash logo) in the forum logo,
![[Image: logothing8pm.jpg]](https://camo.mybb.com/f5a88e0e944af0792271b7912a142a21f40cf41c/687474703a2f2f696d6732332e6563686f2e63782f696d6732332f373938392f6c6f676f7468696e6738706d2e6a7067)
Try this:
ACP -> Templates -> *Template Name* -> header
Find:
<a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>
and replace it with:
<div style="float: left;"><a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div> <div style="float: right;">[color=red]CODE FOR FLASH AD[/color]</div>
actually, in my experience, this works far better
<span style="float:right;">CODE FOR FLASH AD</span><a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>
Remove the left align div, put the right first, and convert to a span.