Salespage Help?

Art72

Marketing Dope
Jan 4, 2011
86
0
0
Florida
I took some initiative and bought a series of pre-templated salespages for some resell products I want to start selling.

So far, I have managed to edit the HTML text without any real problems.

Where I am struggling is with the testimonial boxes, I have the text displayed, and know the images need to be 100x100 pixels. In the code it shows the image source like this:

<img src="images/testimonial.gif" alt="The PRODUCT testimonial" width="100" height="100" align="left" hspace="10" />

I imagine that the images that need show in the testimonal mystery boxes must be added to the "images" file, uploaded with the rest of the website files, and the chosen image file name(s) should replace the ="images/testimonial.gif with ="images/Sally.gif <--for example

Is this correct?

I must be tired cause something's telling me this is a really simple proceedure. Yet, I don't trust myself!

Thanks for any help.
 


You should upload the picture to the images folder and either name it identically to what is listed as the src or you should change the code in the src to be "images/myNewImageName.jpg" and you should be good to go.