postioning a copy notice

G

granpaw

Can someone tell me how to make sure a line of text stays on the bottom of
a page whatever the window size?
I've tried using a dhtml layer but that doesn't seem to work for me.
read lot of css tutes but to no avail...
TIA
granpaw
 
M

Mark Parnell

In our last episode said:
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?
 
G

granpaw

Put it last in the source. Unless you're using complicated
positioning, it should always end up at the end of the page.


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.
 
M

Mark Parnell

In our last episode said:
I should have said I don't want to add a lot of <p>s and breaks,
Good.

but need
the line to be widely separated from the table content.

Add a top margin to the footer.
 
J

Jonathan N. Little

granpaw said:
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 &copy;2005 by me</p>
</body></html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top