I want to display a table which has a bottom border on every row. What I expected to work doesn't ie <tr style="border-bottom: 1px solid #000;"> - is there a workaround for this?
What this does is display solid borders on every cell horizontally and none vertically. Also border-collapse needs set to collapse for the table but that bizarrely did the trick.
Bookmarks