Author Topic: Logo as link  (Read 4242 times)

0 Members and 1 Guest are viewing this topic.

Offline szymonkot

  • Pre-Newbie
  • Posts: 6
    • View Profile
Logo as link
« on: June 20, 2012, 02:18:26 PM »
It is possible to make top graphic (gallery logo - in my case top_logo.jpg) as link to home.html page ? I try some metods in php or html and nothing works.

Rembrandt

  • Guest
Re: Logo as link
« Reply #1 on: June 20, 2012, 06:24:43 PM »
Hi!

as example search in "default" Template:
Code: [Select]
<td width="100%"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
and replace:
Code: [Select]
<td width="100%"><a href="{site_url}"><img border="" src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></a></td>

mfg Andi