Author Topic: Need a little help making header_logo.gif a link  (Read 3878 times)

0 Members and 1 Guest are viewing this topic.

Offline Tancred

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://tancred.net
Need a little help making header_logo.gif a link
« on: December 13, 2002, 06:58:07 PM »
Hi
I have installed 4images and everything is working well.
I am working on making minor changes to the layout.  I have changed the header_logo.gif and would like to make this .gif a link back to my blog.

I made this change to the top.html file

Code: [Select]

          <td width="6"><img src="{template_url}/images/header_left.gif" width="
6" height="60" alt="" /></td>
          <td width="405"><a href="http://tancred.net"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></a></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">


Now while that looks correct it's not showing on my pages.  Have I changed it in the right place?  Or with my very poor PHP skills am I missing something?

Any help would be great.
Thanks
Tancred[/b]

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Wrong place
« Reply #1 on: December 13, 2002, 07:48:41 PM »
The template top.html is for displaying the "top images" and is not what is placed at the top of all your pages.  You need to edit all the templates that have header_logo.gif inside them.  This includes home.html, top.html, categories.html, search.html and so on.

Offline Tancred

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://tancred.net
Need a little help making header_logo.gif a link
« Reply #2 on: December 15, 2002, 10:34:44 AM »
Thanks a lot.
Everything is working now :)
I had just assumed top.html would be for the top page - not the page of "top" images hehehe  

Thanks again
Tancred