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.
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.