|
Hi Linda,
When I mouse-over the image, it shows a direct link to a .mov file and the properties of the image is also the same .mov file. So essentially, the page is trying to put the .mov in that spot when it should be, your thumbnail.
So basically, the thumbnail is the problem. Make sure it's directed to the .jpg thumbnail you want to display whereas the hyperlink to the .mov is fine.
***
you have for your thumbnail:
<img src="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV" alt="Bison Movie" hspace="5">
When it should be .jpg, to display an image.
Last edited by 3ncryptabl3_lick : 07-26-2007 at 05:44 AM.
|