Hi -
We recently installed a new version of CUTE, and our users discovered that the default table width is set in pixels, whereas on the prior release, it was set in percent. Is that a configurable option?
Dave
Dave,
Please open the following file:
CuteSoft_Client\CuteEditor\Scripts\Constant.js
and modify the code below:
// When creating a table using the Wizard, the following default attributes apply.editorconstant._CreateEditingTableStyle = "<table border='0' cellspacing='2' cellpadding='2' width='500'>";
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
Adam -
Thanks very much - that seems to have done the trick!