If you use an online photo sharing
site such as flickr, and wish to use those images in your auction,
be sure to use the URL of the image, not of the page it is on.
To do that, do the following:
For additional pictures you may want in the body of the offering, such as a photo of the whole plant, you must enter some html code in the format:
<img src=”image_location.jpg”>
If your image is just too large (we recommend no more than 200 pixels tall or wide), you can limit the size by adding a bit more code. For example, if your image is in landscape orientation, that code can be: <img src=”image_location.jpg” width="200"> If the image is in portrait orientation: <img src=”image_location.jpg” height="200">
|