Hi,
I saw that there is a plugin to enable a "click and drag" setting for column widths in a table, I enabled this by uncommenting the following in the fckconfig.js file and to resize column width works fine now:
// FCKConfig.Plugins.Add( 'dragresizetable' );
http://dev.fckeditor.net/ticket/125
However, I thought this plugin would also allow me to "click and drag" for a rows height within a table, but I guess it doesn't have that feature.
Does anyone know if their is another plugin that will allow "click and drag" on a rows height??
Thank you,
olimits7