Placing a template on a website
Hi all,
I am having trouble with placing a template on my website. I downloaded the file with all the pictures, and i loaded all the .gif files into www.geocities.com
But when I try to put the images on the site it does not work. I'm trying to use the relative location like this:
Code:
<img src="Files\MODBLCKTEMP_01.gif">
Re: Placing a template on a website
be sure your path is correct... if all your images are in the folder "images" then your code would be... <img src="images/yourimage.extension">... your slash is incorrect... must be "/".