placing text in html

liunx

Guest
hi,<br />
<br />
can you tell me how to place a text at the bottom of a page when there is only a little things that are on the page?<br />
<br />
thank you<!--content--><div style="position:absolute; bottom:0; left:0; width:100%; text-align:center;">text at the bottom of the page</div><br />
<br />
A better way, is to use position:fixed instead of absolute, since it will make the text stick at the bottom even if the page is large enough to add scrollbars. Sadly IE doesn't understand it.<!--content-->
 
Back
Top