Anchoring text to bottom of page

Hi all,

I have a line of text (let's call it XYZ) which appears at the bottom of my
document. My document currently appears as follows:

text text text
text text text
XYZ
<linefeed>
...
<linefeed>
bottom of page

However, I want XYZ to always appear at the very bottom of the page like so:

text text text
text text text
<linefeed>
...
<linefeed>
XYZ
bottom of page

I don't think I can use absolute positioning, as the content may run to two
pages, in which case I want XYZ to be on page 2, and not at the bottom of
the page.

Can anyone suggest the easiest way of doing this?

Thanks,

Haitham.

Received on Monday, 29 July 2002 14:05:39 UTC