contact    site map    future plans    sponsors    about us    home

..... the only UK based free image host, probably!

The easiest way to have a background on your auction is to use tables, that way you do not interfere with the rest of eBays page, ( imagine a dark background, would you be able to see ebays black font ?)
The basic table code to use a background pattern is this :

<table background=http://auctionpix.co.uk/images/background21.jpg border=1><TR><TD>
Your images and item information go here<p>
You will need to specify font styles and color also
</td></tr></table>




Your images and item information go here

You will need to specify font styles and color also


The basic table code to use a background color is this :
<table bgcolor=silver border=1><TR><TD>
Your images and item information go here<p>
You will need to specify font styles and color also
</td></tr></table>




Your images and item information go here

You will need to specify font styles and color also


To have a full page background, you need to do this, as ebay sets the background to white as default,
so you have to 'overcome' that code and to make it viewable in both Netscape and Internet Explorer

Full page backgrounds
Notice: you have to add the URL twice.


Just copy/paste the code below to your html

<style> <!--Body {background: url(http://YOUR BACKGROUND URL)}--> </style>

<body background=http://YOUR BACKGROUND URL>




Full Page Background Colors
NOTE:
You must make a small colored square in your paint or image program.
Convert it to a .jpg or .gif file,
and upload it to your server the same way you would upload a background.


Just copy/paste the code below to your html

<style> <!--Body {background: url(http://YOUR BACKGROUND URL)}--> </style>

<body background=http://YOUR BACKGROUND URL>