Okay, so I purchased this awesome new template for all of my listings. I've changed all the html tags and everything shows up great...but...
....the photos are not showing up. I'm figuring it has something to do with the html in the template for the pictures. I use one main large photo and then small thumbnails underneath which can be clicked to enlarge in the main photo above. However, it is not working.
Would anyone with html knowledge let me know why it's not working?
Here's my html for the photos:
<!----pictures-----><center>
<P><FONT face="Flat Brush"
color=#99788b></FONT><br>
<IMG src="[IMAGE1]" name=picture border="0">
<b><center>
<p align="center"> <font color="99788b" face="Flat Brush" size="3">Click Images to Enlarge<br></b>
<A onclick="document.picture.src='[IMAGE1_600]'; return false;" href="#" ;"><img src="[IMAGE1_50]" hspace="1" vspace="4" border="0"></a>
<A onclick="document.picture.src='[IMAGE2_600}'; return false;" href="#" ;"><img src="[IMAGE2_50]" hspace="1" vspace="4" border="0"></a>
<A onclick="document.picture.src='[IMAGE3_600}'; return false;" href="#" ;"><img src="[IMAGE3_50]" hspace="1" vspace="4" border="0"></a>
<A onclick="document.picture.src='[IMAGE4_600}'; return false;" href="#" ;"><img src="[IMAGE4_50]" hspace="1" vspace="4" border="0"></a>
Any help would be greatly appreciated. I paid $25 for this template and would reallllly like to use it!!
Original Post