Here's a question, or maybe a feature request...  Is there a way to make table row boundaries show up in html exports?  For example, when I html-export a table like this:


   | col 1 | col 2 | col 3 |
   |-------+-------+-------|
   | a     | a     | a     |
   | a     | a     | a     |
   |-------+-------+-------|
   | b     | b     | b     |
   | b     | b     | b     |
 

I get a table like this:

col 1 col 2 col 3
a a a
a a a
b b b
b b b

In the html export, the boundaries between groups of rows has disappeared.  Is there a way to make the html export look more like what's displayed within org mode?  Ideally, there would be some kind of distinct line below the column header row, and also between the 'a' and 'b' row groups.

Thanks,

Scott