maliit_girl
Aug 10 2006, 05:49 AM
so you know when your profile has a bg, it only shows on the sides and not the middle? well how do you make it shoe everywhere, sides, and middle but keeping the tables as the default. like how they are white with the blue and orange...? but just with a background in the back of the tables...get what I'm saying? please if you do, I nedd serious help. thanks.
freeflow
Aug 10 2006, 08:33 AM
CODE
<style type="text/css">
body{
background-image: url(urltobgimage);
background-color: ######;
background-repeat: repeat;
background-positon: top left;
}
</style>
maliit_girl
Aug 10 2006, 05:08 PM
yeah but with that, doesn't it just make it so the background only shows on the sides, and then in the middle is white with the default tables....? i want the white gone but still with the default tables....
This Confession
Aug 10 2006, 05:12 PM
use this instead
CODE
<style type="text/css">
table, td {background-color:000000; border:none; border-width:0;}
body{background-image:url("http://img262.imageshack.us/img262/9677/escape2yr0.jpg");
background-attachment: fixed;
background-position: bottom left;
background-repeat: no-repeat;
background-color:000000;</style>