Hi calibre folks.
I'm having some issues creating tables with textile markup language. If I use the following;
Code:
|AAAAAA|BBBBBB|CCCCCC|
|D|EEE|FFFF|
|GG|HHHH|II|
and convert into ePub, calibre will create three individual tables that each have a single row. This means none of the columns are in line, breaking the table.
Also, table wide properties are ignored e.g.
Code:
table{border:1px solid black}.
does nothing at all.
Any status on whether this will be fixed or if I'm doing something wrong would be appreciated. Thanks.