Page footer

N

Ngan Bui

I want to recreate a letter on a website so a person can
view and print out a letter sent to a client if they wish.

The letter would contain certain fields from a SQL table.
Therefore, the letter may go over one page. The main
stickler I have is I need to put a page footer at the
bottom of each page. So, if the letter's last text ends
at the middle of the 2nd page, I still want the footer to
be displayed at the bottom of the first and second page.

Is that possible? If so, does anyone have a sample code?

Thanks!
Ngan
 
M

Mark Fitzpatrick

If there is such a solutions it will be done with some of the new print
functionality in CSS, but I have yet to run across anything in it that let's
you create a standard footer for printing. You can run a search through
google for the words "print css footer" and may be able to find a trick I
missed, but the real problem is if it does work, it will only be in the very
latest browser versions and older browsers probably won't render it at all.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Top