Tables
-
Hello guys,
I am having a problem doing the table… i want to put a backgroud in my header and I want to put full border and dont work…
Anyone can help me?Here is my custom css:
/** Table captions **/ .sp-table-caption { font-family: Arial; font-size: 10px; color: red; } /** table headers **/ .sp-data-table th { color: black; font-size: 10px; } /** table content **/ .sp-data-table th { color: black; font-size: 10px; } /** borders and paddings **/ body table, body th, body td { border: 1.5px solid black; } body th, body td { padding: 2px; }The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tables’ is closed to new replies.