...
Lists in tables should be styled using the appropriate list style, rather than using the table styles. You can apply the list style to a unique paragraph in a table cell by holding the CTRL key while selecting the style from the palette.
Note that a given list in a table cannot extend from one table cell to the next (since, in the XML, the starting <list>
tag is inside <td>
, so the closing </list>
tag must occur before </td>
is encountered). Therefore, all of the items in a particular list must be placed in a single table cell, separated by paragraph marks, as in this table:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<table-wrap id="t5" position="float">
<label>Table 5</label>
<caption><title>Evening way luckily son exposed get general greatly</title></caption>
<table frame="hsides" rules="groups">
<col width="28.76%"/>
<col width="35.62%"/>
<col width="35.62%"/>
<thead>
<tr>
<th valign="top" align="left" scope="col" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt">Table header </th>
<th valign="top" align="center" scope="col" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt">Table header</th>
<th valign="top" align="center" scope="col" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt">Table header</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top" align="left" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt" scope="row">Table body</td>
<td valign="top" align="left" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt">Table body
<list id="L1" list-type="bullet">
<list-item><p>Bullet list</p></list-item>
<list-item><p>Bullet list</p></list-item>
</list>
</td>
<td valign="top" align="left" style="border-top: solid 0.50pt; border-bottom: solid 0.50pt">
<list id="L2" list-type="order">
<list-item><p>Number list style</p></list-item>
<list-item><p>Number list style</p></list-item>
<list-item><p>Number list style</p></list-item>
</list>
</td>
</tr>
</tbody>
</table>
</table-wrap> |
Table and Box Location in the Word File
Numbered tables and boxes may be located in the Word file either at the end of the file, or just after the paragraph where the item is first cited. In either situation, eXtyles will correctly place the table or box in the XML file as set up in your configuration.
In the case of unnumbered and/or uncited tables and boxes, the table or box must be placed in the Word file just after the paragraph where it should appear in the PDF file or HTML page.