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
|