Forum Moderators: open

Message Too Old, No Replies

Align text at bottom of screen

         

meetmatt03

1:35 am on Jun 7, 2003 (gmt 0)

10+ Year Member



Does anyone know how to align text at the bottom of the screen? I haven't been able to get it with html or css but maybe someone knows how ...

meetmatt03

4:02 am on Jun 7, 2003 (gmt 0)

10+ Year Member



Okay, I found a way around it -

For others' reference, try making an invisible table with 2 rows and 1 column. I set the first row to be 90% height and the second to be 10% height and then put my text in the bottom row. That gave about the same effect as aligning the text on the bottom of the page =)

ShawnR

4:42 am on Jun 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can do it in css too. See [webmasterworld.com...]

That gives a pretty similar effect to your table, but if you want the footer at the foot of the screen even if the content above it is more than a screenful, then the solution is much easier.

A third way to do it (probably the most robust, but not without other disadvantages) is with frames.

Shawn