Quote Originally Posted by Prime32 View Post
Can we get a class(es) for the Avatar Adoption thread that removes padding, and possibly sets maximum [td] width+height to 120px?
A way to remove padding would also help if anyone wants to use nested tables, e.g. to simulate vertical cell merging.

Alternatively swap the row colors, since I'm now pretty sure that the old tables went light-dark-light-dark.
I haven't fully tested this yet, but I believe if you insert a blank [tr][/tr] at the beginning of your table (but AFTER a table header, if present), it will alternate the rest of the rows light/dark instead of dark/light

A couple of examples, using Rawhide's tables from above:

Header with reverse alternating row colours
[table="width: 500, class: head alt1"]

Spoiler
Show
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111



Header with reverse alternating row colours, no inside borders
[table="width: 500, class: head alt1 outer_border"]

Spoiler
Show
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111
111111 111111


This renders properly on Safari and Chrome. Haven't tested it on other browsers.