MMDT1021 Chapter 14 Notes - page 6
Controlling Line Breaks in a Cell
| Code | Result | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
<table border frame="void" rules="groups">
<colgroup align="right" style="font: 8pt Arial">
<colgroup span="2" align="center">
<thead>
<tr>
<td nowrap>col 1 row 1</td>
<td nowrap>col 2 row 1</td>
<td nowrap>col 3 row 1</td>
</tr>
<tbody>
<tr>
<td nowrap>col 1 row 2</td>
<td nowrap>col 2 row 2</td>
<td nowrap>col 3 row 2</td>
</tr>
<tr>
<td nowrap>col 1 row 3</td>
<td nowrap>col 2 row 3</td>
<td nowrap>col 3 row 3</td>
</tr>
</table>
|
|
Speeding up Table Display
|