Make Tables Transparent
Copy and paste the code below into your "About Me" section:
<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>
If you wish to strengthen or weaken the translucent effect, be sure to change all the bolded values.
(Ex: filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;)


