How do you make your interest table transparent on myspace?

I want to make my interest table transparent without even the writing or anything.
Don’t give me a link please.
Just give me a code.
Thanks.

I did this too & i used this code.
You have to put it under your interest table.
Okay here’s the code.

<style type="text/css">
table, td { background:transparent; border-color: FFFFFF; border:1px; color: black;}
table table, table table table, table table table table, table table table table td {background-color: transparent; border: 0px;}
table table table td {border:1px; background-color:000000; padding:3; filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75;}
</style>

Hope this helped.
–Paulette

Comments are closed.