Posted by zerocool22 on February 12, 2013 at 4:37pm
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.