Forum Moderators: open
FP has a tendancy to keep switching % widths to absolute pixel widths, which is annoying, expecially when you've designated multiple cells in various %.
Is there a way to stop FP from doing this?
The only way I know of to force absolute widths is to right click the table and assign absolute from the table properties.
Make a test page and insert a 3 column table. View the HTML and tell me what you have, is it in percentages? This is what I get on a test page...
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="33%"> </td>
<td width="33%"> </td>
<td width="34%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="33%"> </td>
<td width="34%"> </td>
</tr>
</table>
Here is how it works...
If you insert a table that has a relative width and you drag the borders while in normal view, FP will assign relative widths to the cells.
If you insert a table that has an absolute width and you drag the borders while in normal view, FP will assign absolute widths to the cells.
P.S. You do not want to do any vertical dragging. Once you do this, FP now assigns heights to everything and the height attribute is not well supported.
I know, it would be nice if you could do an advanced configuration based on the web where outer tables are absolute and inner cells are relative. But that would be a little too much to ask of it I think. I also don't believe you can do this in other WYSIWYG editors.