In general to add an image to your auction listing, insert HTML in the "description" box in the following format:
Some lead in text <BR><IMG SRC="THE URL OF YOUR IMAGE"><BR> (Note, the "<BR>" inserts a "break" i.e. carriage return)
Here is an example:
HTML looks like this:
Here is a picture: <BR><IMG SRC="http://www.auctionsubmit.com/jes2.jpg"><BR>
This will look like THIS:
Here is a picture:
If you want to center your image, then add a <CENTER> tag in front of your image code and an </CENTER> tag after your image code. NOTE: Be sure to use the </CENTER> tag!!
Here is another example:
HTML looks like this:
Here is a picture: <BR><CENTER><IMG SRC="http://www.auctionsubmit.com/jes2.jpg"><BR></CENTER>