Add an image to your
auction, or
how to do multiple images do so put the
following html in your description:
<img src=http://Your images URL>
Add a link to your
auction or post one
on the eBay boards. Use the following html:
<a href=http://URL of what you want to
link to>Words for the link</a>
<body bgcolor=?>
Sets the background color, using name or hex value
<body text=?>
Sets the text color, using name or hex value
<body link=?>
Sets the color of links, using name or hex value
<body vlink=?>
Sets the color of followed links, using name or hex value
<body alink=?>
Sets the color of links on click
<a href="URL"></a>
Creates a hyperlink
<a href="mailto:EMAIL"></a>
Creates a mailto link
<a name="NAME"></a>
Creates a target location within a document
<a href="#NAME"></a>
Links to that target location from elsewhere in the document |