Making the main profile box transparent to show background image?

WhereBob

In Runtime
Messages
108
On MySpace.com how do I make the main profile box or module (now white) transparent in my profile so I can see my background image better? I know how to change colors, fonts, etc in the modules but can't figure out how to adjust the main block. What is the formula and where do I put it?

Here's my myspace site
http://myspace.com/wherebob

Thanks
Bob
 
give me a sample of the code.....i deleted my myspace account ages ago and back then i didnt know css so i used the prefab ones
 
you have to make the background color trasparent for "table, tr, td" "table table table" and "table table table td"

like this
Code:
table, tr, td {
	background-color: transparent;
	}
table table table {
	background-color: transparent;
	}
table table table td {
	background-color: transparent;
	}

lemme know if it works
 
Thanks but actually I had already figured it out and the formula I posted was the one that did it for me. I thought you were asking for the formula for yourself.

Here is my other site so you can see that is works like a charm
http://www.myspace.com/bobram

Bob
 
its a bit hard to read, but not as much as other profiles, it looks good, and nice pics btw :) i really need to sort mine out
 
Back
Top Bottom