by Kevin_Lin on Mon Nov 05, 2007 1:56 pm
Hello Marc,
The inline formatting that you talk about in the forum post is used to set the table alignment. If you set the table alignment property to anything other than (default), Flare will insert a margin-left property and a margin-right property to the <table> tag. For example, align-right equals to a margin-left of auto and a margin-right of 0. If you set the table alignment to (default) in the table properties menu, those inline formatting will go away.
It is very true that you will be able to indent a table by changing the margin-left value in the <table> tag. However, if you make some changes to the table alignment, the changes that you made to that margin-left property will be wiped out. The use of a <div> tag is just more consistent. It is also much more cleaner to use the <div> tag then to modify the inline formatting. So, in conclusion, it is better to indent a table using the <div> tag for now.
Thank you.
Kevin Lin
Technical Support Analyst
MadCap Software, Inc.