sschardan Posted December 13, 2010 Posted December 13, 2010 I have a project that requires the content of the cells in a table to be flush bottom. There is no vertical alignment tag in the documentation, and the vertical alignment setting of the text box containing the table will only move the table up and down in the text box, leaving the content of the cells flush top. I can't control this by margins, because the content of some cells is only one line, and some are two or three lines long. Any ideas? Scott FP Desktop 7.1 Mac OS 10.6.5 Acrobat 9
Alex Marshall Posted December 13, 2010 Posted December 13, 2010 Yes, you can use the "cellalignment" attribute of the <p> tag. Valid settings are "top", "middle", and "bottom". For example: <p cellalignment=middle>. You can use the "br=false" attribute to set this without forcing a line break. For example: <p br=false cellalignment=middle>.
sschardan Posted December 14, 2010 Author Posted December 14, 2010 Thank you, Alex. This works great!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.