Vertical Alignment of Computed Text

I’ve placed some computed text on a page that I would like to appear on (or near) it’s bottom. How can I control it’s vertical alignment?

Subject: *Put it inside a table cell and set that vertical alignment

Subject: RE: *Put it inside a table cell and set that vertical alignment

OK, I can control the vertical alignment of the computed text within the cell of a table but how can I control the vertical alignment of the table? My goal is to have the computed text appear at the bottom of the page.

Subject: Web or Notes?

On the web, the solution would probably be to make two cells and put a very narrow, tall graphic in one that was sized to the size of the screen. Either that or you might be able to use a CSS style on the cell property. In Notes, there is a minimum height for the cell.

Of course, if different people are going to look at this fom different resolutions, you might have to get fancy and check the screen resolution and compute some values. It is not easy to make it perfect, but probably fairl;y easy to make it kind of acceptable.