Adding image to headr

DaveL

Well-known member
Ive got my logo on the left hand side of the header, however I want to add another image to the center of the header but im having major nightmares!

<xen:hook name="header">
<div id="header">
<xen:include template="logo_block" />
<center><img src="http://www.dcrfm.net/listen-live.gif"/></center>
<xen:include template="navigation" />
<xen:if is="{$canSearch}"><xen:include template="search_bar" /></xen:if>

</div>
</xen:hook>

However that throws everything out. Anyone able to point me in the right direction please!
 
Top Bottom