Lesson Two: Changing the background colour of your gallery view.

eBay is designed using a series of nested tables, so in order to colour various bits of the design you need to make sure you have to mention the table or td definition the correct number of times to get the desired result. This is the snipet of CSS you can add to the previous file:

td.gallery table td
{
background:#FFCCFF;
}

This will generate the effect below:

ebaycss.jpg

 

 

Lesson three will look at more places to change the background colour in your ebay shop!