Another noob question

sorry got another one :)

If i want to have two logo's at the top, one aligned right, one aligned left (on same row)
anyone know if thats possible easily, i've found the template place i think

Code:
<div id="logoBlock">
    <div class="pageWidth">
        <div class="pageContent">
            <div id="logo"><a href="{$logoLink}">
                <span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
                <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
            </a></div>
        </div>
    </div>
</div>
 
No worries, I was aware of those threads so I searched using a few of the relevant keywords such as image, header, picture, logo, etc.

Still took a few tries to find them though :D
 
Top Bottom