How to add an image to the background of your pages tables. E-mail
User Rating: / 0
PoorBest 
Written by AlphaTron   
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  

 
0 #1 site visitor 2008-06-24 10:38
thank you! i have been looking everywhere for this!
just a simple 'here's the code'.
Quote
 

Add comment


Security code
Refresh