PDA

View Full Version : Adding an image to the about_template


davewjr
09-03-2008, 03:24 AM
I'm a little new with this coding stuff so could someone please help me? I'm trying to add an image to my about_template. Nothing is working for me. I'm using the visions template. So in "idiot's language", is there an easy way to do this. Thanks

guiz
09-03-2008, 08:11 PM
open the file about_template.html with an editor (also notepad) and than enter the path to your image file:

<img src="../../images/imagename.jpg" width="nnn" height="nn" alt="alttext" title="titletext" border="0" />

don't forget to upload with ftp the jpg file to your server in the right path

or you can link an image file you have on another server