Site logo

Archived topic

thin dotted line around posts and tables

1 reply · Started by Torsten on December 15, 2015

Viewing posts 1–2 of 2

Hi Tom,
around posts (http://goo.gl/zLxA8L) and tables (http://goo.gl/IORgdM) I have a thin dotted line.
I couldn't find the code in style.css creating it.
Any way to get rid of them?
best
Torsten

That's because there's a thin line that goes around tables (you should avoid using tables unless you're posting tabular data).

To remove it, use this CSS:

table, th, td {
    border: 0;
}
This archived topic is closed to new replies.