Every table from FrameMaker, even though Preserve Table Styles is turned off and the table is exactly as defined in the FrameMaker table designer, imports with a bunch of extra inline styles. For example,
Code: Select all
<table cellpadding="0" cellspacing="0" class="Default" height="357px" style="border-spacing-x: 0;border-spacing-y: 0;border-color: black;width: 401px;caption-side: top;">
One side effect: with webhelp viewed in Firefox, there is no cell padding as Firefox is applying the inline style rather than the CSS cell padding (IE6 and the Flare preview seem OK).
I can work around this by adding !important to the CSS style, but would prefer it if tables came in clean (with just the class) so I had more control.
Is anyone else experiencing this?
Cheers
Greg