View Single Post
Old 03-08-2009, 12:40 PM   #5
KevJaques
Senior Member
 
Join Date: Mar 2009
Location: Hampshire
Posts: 164
Thanks: 4
Thanked 13 Times in 13 Posts
Default

Try to avoid using tables, you can easily use lists for tabular data and it's so worth the effort.

you can also shorten the css by doing this

background: url(/assets/images/my_background.png) no-repeat;

you can also put in a colour before the img too, handy if you want to use transparent graphics
KevJaques is offline   Reply With Quote