Home

   E-Mail Us

   Sellers

   Mollybol


html code


HTML codes can be used within your eBay listings to alter the look and feel of each auction. Codes are added in the "Title and Description" section of the listing process, the codes below can just be copied and then pasted directly via the "Enter your own HTML" option. Try a few and see how you get on, if you need any help or want to achieve another look, just send us an e-mail and we will help if we can.

Change your background colour

<table height="100%" width="100%" bgcolor="yellow"> <tbody> <tr> <td> your description and pictures would fit in here </td> </tr> </tbody> </table>

This will appear in your listing as:

your description and pictures would fit in here

These few lines will colour your page yellow. To make your background blue, just replace ‘yellow’ with ‘blue’ in the code, and so on. (Note that the word color has no letter u!)

Outside Border

In place of the listing designer offered by eBay, you can create your own border by using some HTML code and save yourself some money. The most basic type of design would just be a single colour around your description. The code below will create that effect and produce a blue border around a yellow background

<center> <table height="100%" cellpadding="15" width="100%" bgcolor="skyblue"> <tbody> <tr> <td> <table height="100%" width="100%" bgcolor="red"> <tbody> <tr> <td> <center> your description and pictures would fit in here </center> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </center>

This will appear in your listing as:

your description and pictures would fit in here

To change the colour of the border, just replace ‘blue’ with another colour. To make the border wider, change the number after the word ‘cellpadding’; a larger number will make the border wider.

Patterned Outside Border

To replace the single colour border with a patterned design of your own will require a link to the original image. Instead of telling the browser what colour it should be, we will instead refer it to a file stored somewhere on the internet, maybe as a .jpg file at your free picture hosting site. The procedure is much the same as above, but this time the words ‘bgcolor=blue’ are replaced with background=”http://the address of your image.jpg” The code for the template would now read -

<center> <table height="100%" cellpadding="15" width="100%" background="http://image.jpg"> <tbody> <tr> <td> <table height="100%" width="100%" bgcolor="yellow"> <tbody> <tr> <td> <center> <P> your description and pictures would fit in here </center> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </center>

Using an image like this: will create the outside border shown below

your description and pictures would fit in here

By changing the image that you link to, you will be able to create almost any type of border.


The eBay Business Handbook

Click here to find the book on eBay

The eBay Business Handbook

We have written a book about selling on eBay "The eBay Business Handbook", it is packed full of tips and sales techniques, with loads about us as well. Where to find stock, how to sell it for maximum profits. There is a chapter on HTML code and how to use it in your eBay auctions. It is available now from eBay