|
Posted by Jonathan N. Little on 12/05/05 06:33
granpaw wrote:
> Mark Parnell <webmaster@clarkecomputers.com.au> wrote in
> news:439385fb$0$23334$5a62ac22@per-qv1-newsreader-01.iinet.net.au:
>
>
>>In our last episode, granpaw <dontsend@here> pronounced to alt.html:
>>
>>
>>>Can someone tell me how to make sure a line of text stays on the
>>>bottom of a page
>>
>>Put it last in the source. Unless you're using complicated
>>positioning, it should always end up at the end of the page.
>>
>>
>>>whatever the window size?
>>
>>What difference does the window size make?
>>
>
>
> I should have said I don't want to add a lot of <p>s and breaks, but need
> the line to be widely separated from the table content.
> I think I said that right.
Style:
#copyright { margin-top: 5em; } /* adjust to personal taste */
Html:
<p>Your last paragraph on the page...</p>
<p id="copyright">A stuff on the site ©2005 by me</p>
</body></html>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|