XF 1.2 Banner beside logo in header

woei

Well-known member
I think I have a really simple question, but I can't seem to resolve this simple thing.

I just want to put a banner next to my logo. When I do this, the design gets broken. And then when I try to add a line of text above all hell breaks loose ;)

I just want a simple banner with one line of text above of the banner to be displayed. I don't know my way around in css and <div>'s and such, so I hope someone can point me the way.

I have added some screenshot to explain. Also look at the arrows that are caused by the forum navigation bar. My gratitude will be greatly :) (Dunno if that sentence is proper English)


Screenshot 2014-03-08 00.50.59.webpScreenshot 2014-03-08 00.50.04.webp Screenshot 2014-03-08 00.47.16.webp
 
I need to place .swf banner above logo and use ad_header template for this:
Code:
<xen:hook name="ad_header" />
<div>
<object type="application/x-shockwave-flash" data="banner.swf" width="950" height="60">
<param name="movie" value="banner.swf" />
</object>
</div>
but got css bugs like this:
0f0a58a4713655bdc2517bebb8bc4b6bf868c747.jpg


How can i fix this? Thank you :sneaky:
 
Top Bottom