How to define or change table borders with css

About the template and stylesheet - and changing the menu
Post Reply
Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

How to define or change table borders with css

Post by Nicky » Tue Jan 30, 2018 12:21 pm

Where in the stylesheet can I put a code to change the 'standard' 3D-like border to a single flat border in a table? I think it must be something like "collapse-border" but how and where exactly put that code in the stylesheet of a template.

Thanks in advance.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: How to define or change table borders with css

Post by lck » Tue Jan 30, 2018 1:17 pm

Always depends on what your current code looks like.

Code: Select all

table {
    border-collapse: collapse;
}
See basic Table examples.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Post Reply