Home › Forums › General XMetaL Discussion › colwidth attribute with percentage sign (%) and table display › Reply To: colwidth attribute with percentage sign (%) and table display
Reply to: colwidth attribute with percentage sign (%) and table display
September 28, 2010 at 4:38 pmHi Derek,
I wrote a little macro to do the replacement. It runs on On_Document_Open_Complete – and it works great on nodes in the document that are not read-only. The nodes in the document that are read-only (and greyed out in the editor view) throw up the following error when I try to set the colwidth attribute:
Description: Error: Element node is read-only.
Isn't that to be expected? Is there a way to temporarily set the read-only container node to writable, then switch it back?
Thanks again!