Author Topic: Making change to KW template  (Read 5787 times)

0 Members and 1 Guest are viewing this topic.

Offline 5degrees

  • Newbie
  • *
  • Posts: 24
    • View Profile
Making change to KW template
« on: November 18, 2008, 04:06:11 PM »
Hi

I am aware that KW is the moderator of this area of the forum and I would appreciate his comments if he has time to do so.

I have downloaded the template Nr.124 (White flowers) and although I am working through making a couple of changes to suit our site I have come across one thing that I would like to amend however I cannot find how I make the changes

Can you point me in the right direction?

Within the admin screen (General>Settings) when you specify the 'site name' this is then displayed as text on the front and recursive pages near the top of the page (under the top menu). Rather than put text there I would like to use our charity logo but when I put the path of the image in the site name then that is also displayed as the page title and also on the 'no right click' pop-up window.

Is there a workaround for this?

Many thanks, Ian


Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Making change to KW template
« Reply #1 on: November 18, 2008, 04:23:12 PM »
Hi,

you can't use a image for a {text tag} :!:

in templates[your_template_folder]/header.html
- search:
Code: [Select]
<font class="site_name">{site_name}</font>replace this code with your image code:
Code: [Select]
<img src="???" border="0">

Kurt

Offline 5degrees

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Making change to KW template
« Reply #2 on: November 18, 2008, 05:44:07 PM »
Thank you very much for your time.    :D