This tutorial shows you how to add a background image to the tables on your page.
To add a background image to your tables, edit the code below with the URL of the image you wish to appear and paste it anywhere in your profile.
<style type="text/css"> table, tr, td { background-color:transparent} table table {} table table table table{} table table table{ background-image:url('BACKGROUND IMAGE URL HERE'); background-repeat: repeat; background-attachment: scroll} </style>
Comments
just a simple 'here's the code'.
RSS feed for comments to this post.