URL? Web Address?
Learn this simple fact: Your "URL" is your Web "address"! Your Web "address" is your "URL"! If someone ask you for either--they are one and the same. Pretty simple, huh?
You must have a Web "address" (URL) to store your images so they can be located and
retrieved by eBay and shown on your auctions. Put another way, you will have to up-
load your images from your computer, store them at your URL (Web "address"), where
they can be retrieved by EBay. Did you follow that? If not, re-read it until you understand it;
it will make it easier for you shortly!
Tip: Remember: eBay does NOT store your images -- eBay RETRIEVES
your images from your URL.
ISP?
Don't panic! Your ISP --Internet Service Provider -- is just the name of the company providing you with
a space for your URL or Web "address'!
So, to store image files on the Web (each image is an image file), you will
use the space (usually free space) provided by your ISP (Internet Service Provider), such as AOL, YAHOO!,
Geocities, Tripod, Fortunecity, or another ISP of your choosing in which you have signed on with. When you've
settled with one of these, you have to transfer (upload, download), edit, and maintain the images
yourself.
This is usually done by FTP (File Transfer Protocol), and you must verify the method with
your new service provider. They should provide you with all the information you need for you to know how
to properly construct your URL. If you don't know, don't be afraid to contact them and find out!
How to post a single image to your auction:
Once your images are uploaded and stored at your URL (address) you can insert them into
your auctions by using the following codes:
If you have a single image to put in your auction, then place this code in the
Picture URL Box: http://your.url.here/image1.jpg
Tip: If you want to center an image you have placed in the Picture URL Box you can add:
<center> <center> <center> to the end of the Description Box.
Tip: This tip will save you more grief than you can possibly imagine: use the file extension formats of ".jpg"
or ".gif" ONLY! They are "case-sensitive" and, as such, must be typed exactly as you saved them!
Tip: "bmp" images can only be viewed by some browsers. If you want to use a "bmp" image, you will have to
"save as" a ".jpg" file.
Tip: You CANNOT use an "*.html" file format for an image!
How to post multiple images to your auction:
The Picture URL Box on the eBay Seller Form will only accept one image URL. So if you want to add multiple
images you should place your image URLs in the Item Description Box immediately following your description
text. You will have to use a little HTML code, which you can Copy and Paste from the example shown
below. Most all of the "old-timers" that I know, and who are pretty expert at this stuff, put all of their
image URLs there. Then, in the Picture URL Box, they place a "transparent .gif" to generate the green
icon on their Category Listing.
In this example, the following could be entered at the end of the item description you would have placed in
the Description Box:
<img src=http://members.aol.com/jhorne1643/image1.jpg width=300 hspace=10>
<img src=http://members.aol.com/jhorne1643/image2.jpg width=300 hspace=10><P>
A word of CAUTION here: You MUST control the width when placing images side by side! But, if you stick with
the above code, you will be fine.
Tip: The width=300 insures that both images fit side by side and do not wrap to a new line.
Tip: The hspace=10 allows for a small space on each side of the images, making it look neater.
Tip: You could then insert one of the following codes in the Picture URL Box so that the green icon is displayed with your listing:
http://pics.ebay.com/aw/pics/dot_clear.gif
http://pics.ebay.com/aw/pics/pic.gif
NOTE: We gratefully acknowledge and thank eBay for the green icons!
If you prefer your images "stacked" vertically, instead of side by side, then you can use:
<img src=http://YOUR.URL.HERE/image1.jpg hspace=10><P>
<img src=http://YOUR.URL.HERE/image2.jpg hspace=10><P>
<img src=http://YOUR.URL.HERE/image3.jpg hspace=10><P>
There you have it in a nutshell! All you have to do now is study and learn what you've been shown above. You can "Copy
and Paste" the codes, being sure to replace the URL's and image files with your own. GOOD LUCK!
|