Hello,

I am using the busy theme on drupal 7, here is a link to it => http://bit.ly/Z7SpkU
I used a table here, and made the table border = "0". But a line keeps popping up under it every time.
It seems like it is a css thing, as I do not find any images that are like these lines, anyone familiar with this? and how to remove it?

Thanks!

Comments

This - style.css:789:thead,

This - style.css:789:

thead, tbody {
  border: none;
  background: transparent url(/themes/busy/images/row_separator.png) no-repeat 0 bottom;
}

...seems to be responsible for it.