How do I add images to my auction that are hosted outside auctions sites such as ebay?
Most auction sites will allow you to enter you own HTML. The HTML code to add an image is simple:
<img src="source of image" alt="description of image" />
Example:
<img src="http://www.easyauctiontemplate.com/bg.gif" alt="Background image of this site" />
You can also use a website such as Auction-builder.com
which will create a HTML template for you and host your images free. Auction-builder.com will resize and link all your image
automatically (NO HTML Knowledge needed!).