Author Topic: Help with removing 4image logo  (Read 4475 times)

0 Members and 1 Guest are viewing this topic.

Offline Bush

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • http://www.dinizulu.org
Help with removing 4image logo
« on: January 28, 2003, 02:40:37 AM »
Hi,
I'm trying to remove the 4images logo on my site.  I have paid for a license and would also like to know how to replace your logo on all of my pages with my own logo.
Thanks in advance,
Bush

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Help with removing 4image logo
« Reply #1 on: January 28, 2003, 08:34:08 AM »
In \4images\templates\default\home.html :
Code: [Select]
<td width="405"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
header_logo.gif is the logo... do not forget to change width and height (or just remove them)

Offline Bush

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • http://www.dinizulu.org
Help with removing 4image logo
« Reply #2 on: January 28, 2003, 09:24:53 PM »
Ok great, it worked but it only changed the logo on the home page and still has the 4images logo on the rest.  What do i do?
Thanks so much!

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Help with removing 4image logo
« Reply #3 on: January 28, 2003, 09:35:48 PM »
Just do the same thing with all templates, where you find {header} in the first line  :wink:

Offline Bush

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • http://www.dinizulu.org
Help with removing 4image logo
« Reply #4 on: January 28, 2003, 11:26:10 PM »
Thanks again SLL.  Your the newbe's lifesaver!!!