XF 1.5 Styling Question Concerning Header

Jim Kingsnorth

Active member
I am now working on converting my old themes to XF. I have a few that have 3 images on the header. I have got two image headers down, but how do I do a 3 image. I will have the background image, the logo on the left and another image on the right.
 
This is the code I have in the ad header template and it is not displaying.

Code:
<xen:hook name="ad_header" />
<div style="float: right">
     url('styles/customstyle/logo_right.gif') no-repeat
</div>
 
Last edited:
Top Bottom