Thursday 25 March 2004 3:48:03 pm
Hi, When I create a table with the online editor I must select a border size and a width, otherwise it fills in defaults. But I only want to select a class, and control borders and width with the a css file. This is a very annoying feature of the online editor as the border and width attributes will always override whatever is in the css. <table class='tableRed' border='1' width='100%'> How can I stop this? I've looked in the ezeditor.js and tried removing all the occurances of 'border="' + border + '" or something similiar, but not having much success. Is there a better way to do this. Is it something that could be addressed in any future versions of the editor...
Thanks, Mark
|