I am stranded, can you give me a short hint?
The DITA 1.1 code of a table that contains a note looks like this:
<table frame = "none" colsep = "0" rowsep = "0"><tgroup cols = "2" colsep = "0" rowsep = "0" outputclass = "my_table_style">
<colspec colnum = "1" colname = "1" colwidth = "0.630in" colsep = "0"/>
<colspec colnum = "2" colname = "2" colwidth = "4.990in" colsep = "0"/>
<tbody>
<row rowsep = "0">
<entry colname = "1">...
However when I change the second colwidth to make the table width shorter, then when I open the topic the next time FM increases the width of the first column correspondingly. The overall width of the table thus always stays the same.
It seems I must correct the overall width of the table to match my page layout, where can I find this? It's not in the EDD and not in the table style of the template (or is it?).
Robert