Create your own Thumbnailed Image Display
<script language="JavaScript">
<!-- //
function ImgSwap(newsrc)
{document.mainimg.src = newsrc;}
//-->
</script>
<table width="90%" border="0" cellpadding="2" cellspacing="2"><tr><td rowspan="2" align="center">
<img name="mainimg" id="mainimg" src="http://url_to_your_image_1" border="0">
</td><td align="center">
<img src="http://url_to_your_image_1" border="0" width="60" onclick="javascript:ImgSwap('http://url_to_your_image_1');">
</td><td align="center">
<img src="http://url_to_your_image_2" border="0" width="60" onclick="javascript:ImgSwap('http://url_to_your_image_2');">
</td></tr><tr><td align="center">
<img src="http://url_to_your_image_3" border="0" width="60" onclick="javascript:ImgSwap('http://url_to_your_image_3');">
</td><td align="center">
<img src="http://url_to_your_image_4" border="0" width="60" onclick="javascript:ImgSwap('http://url_to_your_image_4');">
</td></tr></table>
<table bgcolor=black border=1><tr><td><font size=-2>Script Provided by <a href="http://www.ukauctionhelp.co.uk" target="_blank">UK Auction Help</a></font></td></tr></table>
|
To use this script in your auction listings copy the whole of the block of code above into the item description box
in eBay & change the 4 image URL's to the URL's of your images.
Note Image 1 is referenced 3 times in the script, while images 2, 3 & 4 are each referenced twice.
You can copy this code to a plain text file on your PC, make the necessary changes, save as a HTML
file type, double click on the saved file to preview in your browser and then copy the code into the eBay
description box.
Javascript by baconbuttie
|