
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
> That's correct behaviour based on what you originally posted - no mention of
> MasterPages or large images in your original post...
[quoted text clipped - 9 lines]
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
hi Mark, thanks for your great help, and sorry for not being more
specific, i'm at the very beginning, just learning.
What i need, is to put something at the very bottom of the page, to
write the common stuffs like: Copyrights......... bla bla bla
thanks
Vinnie
Mark Rae [MVP] - 04 Oct 2007 22:47 GMT
> hi Mark, thanks for your great help, and sorry for not being more
> specific, i'm at the very beginning, just learning.
No problem.
> What i need, is to put something at the very bottom of the page, to
> write the common stuffs like: Copyrights......... bla bla bla
Yes, but you need to decide whether you mean the bottom of the *page* or the
bottom of the *screen*...
The inline style I gave you will position the element to which it is applied
at the bottom of the *screen*, no matter what else might be on the *page* -
that's the function of the position:absolute; bit...
If you mean the bottom of the page, then you don't really need any
particular positioning style at all, since the HTML will be rendered from
top to bottom until there's no more...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net