Reply To: thin dotted line around posts and tables

Home Forums Support thin dotted line around posts and tables Reply To: thin dotted line around posts and tables

Home Forums Support thin dotted line around posts and tables Reply To: thin dotted line around posts and tables

#160204
Tom
Lead Developer
Lead Developer

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;
}