How to put an image on the web that is suitable for embedding in an eBay listing
From The_Sellery_wiki
Three steps:
- compress image (using iPhoto)
- upload image to a webserver (ImageShack widget)
- link to image in listing
Compress image using iPhoto
- select image in iPhoto
- File -> Export -> Kind: JPEG -> JPEG Quality: Medium -> Size: Medium (Large if image shos important text) -> Export
- Save image to the desktop
Upload Image to a webserver using the imageshack widget
- Drag the image
- while dragging the image, press F12 (or F4 if using one of the new silent Apple keyboards)
- drag the image to the frog icon to upload to ImageShack
- wait for upload to complete. URL of image should be copied to clipboard when upload is finished.
link to image in a listing
- bring up the HTML for the eBay listing
- paste the image inside of the 'src' attribute of an image tag. Remove the "-n " from the beginning of the pasted URL.
- The image tag should look something like this hen you are finished: <img src = '[URL OF IMAGE ON WEB SERVER]' />
