Hi - i get the feeling I am missing something.
My default table setting is about 500 px. I need it to be 750 px. I went into the constant.js and replaced the code with this:
// When creating a table using the Wizard, the following default attributes apply.
var
_CreateEditingTableStyle = "<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>";
but upon a save/release, the width remains at 500px. Is there another file i should be also checking? What can I do to resolve this problem?
Thank you in advance.