Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print header & footer on continued pages 1

Status
Not open for further replies.

dnayana

Programmer
Nov 14, 2002
53
US
I'm developing a site that requires gov't classification to be printed at the top and bottom of every page. I developed separate CF_INCLUDE files for both, which are used throughout the app.

Is there a way to automatically have both (header and footer) printed on every page (i.e., continued pages) when user print within the browser? (For example, the index.cfm page has a total of two pages when printed. On the first page, the header containing the classification is printed. On the second, the footer classification is printed. Both need to be printed at both the top and bottom of both pages).

Thank you in advance,

Nicole
 
Nicole,


Alas, that is all I and friend Google could find... Bad google, bad.

First, note that its not a falter of CF, its html/css.. CF has little to no direct control of how the page looks.

CSS does really need this.. I can see the argument that you can't change a user's settings without their knowledge, so the balance would be the header the developer prints would have to be in addition to the header the user prints... same with the footer.

Good luck.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Thank you so much Webmigit!!! [thumbsup2]

That worked perfectly.


Nicole [ponytails]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top