J
Jim
I've found the insertcell method of the document, but I'd like to build
something of the form:
<table>
<tr>
<th>
</th>
<th>
</th>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
There appear to be no options on the insertcell method. Is there
another way to specify that the rows be "th" rows?
Thanks,
Jim.
something of the form:
<table>
<tr>
<th>
</th>
<th>
</th>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
There appear to be no options on the insertcell method. Is there
another way to specify that the rows be "th" rows?
Thanks,
Jim.