Adding image/text into the header

DaveL

Well-known member
Im currently using the ad location, but I would like to add either an image or text into the center of the header.

Can anyone point me in the direction of where I would need to place the image code to get it to display in the center, between the two images?

Ive tried having a play around, but not having much joy.

header.webp
 
Hi Jake,

For some reason the above dosent seem to work for me (n)

ad.webp

It wont align the "Listen Live" button into the middle.

This is the code I used:

Code:
<xen:hook name="ad_header" />
 
<div style="float: right;">
    RIGHT STUFF
</div>
 
<div style="text-align: center;">
    <a href="#" onClick="MyWindow=window.open('http://www.doverlocals.co.uk/test2.html','MyWindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,width=440,height=135'); return false;"><span><img src="http://www.mydover.co.uk/listenlive.png" align="right" height="100px" /></span></a>
</a>
 
</div>
 
Top Bottom