Wow did that take longer than expected. Here’s a snippet of the CSS that will put a simple table with borders that won’t take up the entire width of the page. I searched google, but ultimately I had to learn how to format the table myself. :P If anyone else is interested, here you go.
/* Formatting a simple table with a border */
.wiki-page table {border:1px solid black;border-collapse:collapse;width:auto}
.wiki-page th {border:1px solid black;padding: 2px}
.wiki-page tr {border:1px solid black;padding: 2px}
.wiki-page td {border:1px solid black;padding: 2px}
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
I’m not sure how much time I’m going to dedicate to this, but if I come up with anything else, I’ll be happy to share. – Eck
Back to my Exalted Game







