Quote Originally Posted by JPnyc
I s'pose it would be an issue, I'm not sure. I'm a webdeveloper so I would just open the page in notepad, but lemme show you just how simple it is. You might see something like this on the page:

<img src="product1.jpg"><br>
<p>Product1 Description</p>

Now, to change it to product 2, you change what is between the " " in the image tag, and then change the description:

<img src="product2.jpg"><br>
<p>Product2 Description</p>

Everything else would remain untouched. All you have to do is change the text, and change the picture file that the image tag is pointing to, that's it.
Hmm, I see - the code looks a little strange but I guess it just takes getting used to... First of all, I'll have to learn how to find those lines of code. I use Hostway to host my site and I've gone into their FTP tool a couple of times and fooled around with it a little but couldn't seem to get anything done - maybe I'll go in and give it another try ... Thanks, Diego