You can log back in here.
Somehow, I'm unable to make the columns and headers of the profile transparent. I believe this code is supposed to do the trick:
.block, .info_block { background-color : transparent; }
but it just isn't working.
Help would be appreciated. Thanks!
try this one?
, .block, .header, .info_block { background-image: url(); background-color:transparent; border:0px; }
ooh, IT WORKS! Thank you sooo much! :D