Quote:
Originally Posted by kso
Anyone knows how to have the caption positioned as in the 2nd image but _with_ Enhanced Typesetting on? I'd really appreciate it.
|
Simply remove the caption and add it as a regular <td> element:
Code:
<tr>
<td colspan="3">Short Caption String</td>
</tr>