Home MySpace Design Tips How to add an image to the background of your pages tables.
|
|
How to add an image to the background of your pages tables. |
|
|
Written by AlphaTron
|
|
Thursday, 19 July 2007 |
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>
Trackback(0)
|
|
just a simple 'here's the code'.