in the section where one can read the comments that others have posted, there is still the white background click
and no matter what i try it won't go away
.comments{
background-image:url();
background-color:transparent;
border:0px;}
as far as i know this should have been the solution, but it wasn't
i also tried to do it to this way
.block, .info_block, comments{
background-image:url();
background-color:transparent;
border:0px;}
but it didn't work either, even though all the other background are gone
o i wonder if i'm just using the wrong section name?
thanks in advance to every helper =)
.comment_table,.header,.block,.info_block { background-image:url(''); border:0px; } Try this instead?

This is covered in this board, which is linked to from the Useful Threads sticky in this forum. Please make sure to look through these threads to make sure your question isn't already answered. And you should be using background: none; instead of background-image:url();