Is it possible to customize the TinyMCE table plugin so that the default template includes a column with a width of 200px? Currently, I am using the inlite theme and would like the default table template to look like this:
<table>
<tr>
<td width='200px'>The first column will always be set to 200px width</td>
<td></td>
</tr>
</table>