Chris Taylor wrote: > That is very helpful, but I am not sure how to do this within xxe? I > have highlighted the table or individual cells and see no 'colspec' > listed for the attributes.
colspec is an element (you can see that in the screen shots I've sent you) [1] Click in the first cell of the table. [2] Select its tbody or thead ancestor using the node path (or press Ctrl-Up repeatedly). [3] Use "Insert Before". [4] Select colspec from the list. [5] A colspec element is inserted before the tbody (or thead) and should be already selected (red border around it). [6] Using the Attribute tool, specify colwidth="2in". > Do I need to do this manually in the xml > file? > You never need to do this. This would be very error prone.

