0

does anybody know how to remove the small grey lines from the HTML Box Module from myspace profile 2.0 via css?

I just can't figure out how to select it div.htmlboxMODULE does not seam to work.

thx

2 Answers2

0

Try:

tr {background-color: transparent;}
Fergus
  • 2,821
  • 2
  • 27
  • 41
0

div.htmlBoxModule {}.... upper case "B" & "M"

jay
  • 1