Hyperlink logo (in header)


Author Message
Charlie

Posted: 4/14/2009
Quote message 

Hi. Is there an easy way in Artisteer to make the logo in my header a hyperlink to 'home'? I am sure I can go in PHP and make it happen, but just wondering if it could be done within Artisteer (Joomla templates)...

Thanks!
 
lynt

Posted: 4/20/2009
Quote message 

I support artisteer fully it give you an easy way to make a design, and then you take it from there, here is the code to link header to home..

first open index.php in your template folder or in template manager in your admin go down until you see this
<div>
<div class="Header-jpeg"></div>

<div class="logo">
</div>

remove the everything except the first <div> and last </div>

and replace the code with this

<div id="logo">
<a href="http://www.your link" ><img src="http://www.your link/template/name of template/images/imagename.jpg or gif" /></a>

and your good to go
</div>