kamyk
03-08-2006, 10:50 PM
The best way I can think of to describe my problem is this:
I have reformatted my Myspace page tables, and have chosen header, and table background colors. I want to keep them the way they are.
The problem I am having is that i want to GET RID of (make transparent) the white background space around my tables so that my background image will show, WITHOUT losing the table colors I have chosen.
I had been given two codes from the myspace customizing forum that ALMOST do what I want:
table tr td {background-color:transparent;}
Which does what I want, but changes all of my table backgrounds to white regardless of how I have them set otherwise...
and:
table table table {background-color:d5e8fb;}
Which will change my tables to the color I want, but also changes the table heading colors (which I don't want).
What I really want is the effect caused by:
table tr td {background-color:transparent;}
but without it turning the color of my table backgrounds white...
As a possible alternative, is there any code that will make anything white on the page transparent, text, backgrounds,etc?
Anyone?
I have reformatted my Myspace page tables, and have chosen header, and table background colors. I want to keep them the way they are.
The problem I am having is that i want to GET RID of (make transparent) the white background space around my tables so that my background image will show, WITHOUT losing the table colors I have chosen.
I had been given two codes from the myspace customizing forum that ALMOST do what I want:
table tr td {background-color:transparent;}
Which does what I want, but changes all of my table backgrounds to white regardless of how I have them set otherwise...
and:
table table table {background-color:d5e8fb;}
Which will change my tables to the color I want, but also changes the table heading colors (which I don't want).
What I really want is the effect caused by:
table tr td {background-color:transparent;}
but without it turning the color of my table backgrounds white...
As a possible alternative, is there any code that will make anything white on the page transparent, text, backgrounds,etc?
Anyone?