Is it possible to change the 'insert table' standard values. When I push the button "insert table" it produces something like this >
And what I really need is > 2 rows, 1 column, border=0 and width=250px
<table cellspacing="1" cellpadding="1" width="200" border="1"> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
And what I really need is > 2 rows, 1 column, border=0 and width=250px
Re: change 'insert table' standard values ?
Re: change 'insert table' standard values ?
THANKS
