Issue
A table in your website appears to have a top border, even if adding border: 0 to the table element’s CSS.
Solution
Add the following code to the Live CSS Editor:
table th, table td {
border: 0;
}
This article was added for Headway version 3.8.3