Author Topic: adding graphics to my template..  (Read 4240 times)

0 Members and 1 Guest are viewing this topic.

Offline oo-an

  • Newbie
  • *
  • Posts: 10
    • View Profile
adding graphics to my template..
« on: June 07, 2003, 03:52:23 PM »
I'm working on the following site template:

http://www.jlaphoto.com.. and have what is probably a very silly question:

all the new graphics I have added so far are replacements for, and use the file name of the existing graphics, e.g. upload.gif.

So now, how do I add new graphics to the pages with file names of my own?

Cheers,
Ewan

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
adding graphics to my template..
« Reply #1 on: June 07, 2003, 05:38:28 PM »
Assuming you place the graphics in your template's "images" directory where the other one's are, you can use either:
Code: [Select]
{template_url}/images/new_graphic.gifor
Code: [Select]
{template_image_url}/new_graphic.gif