I did something like this for a fax to put a header on each additional page.

<cfif not currentrow mod 28>
    header/footer text
</cfif>

It may work for your needs.  Replace "28" with whatever works.

Chuck


----- Original Message -----
From: "Steve Cohen" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 12:01 PM
Subject: Suggestions


> Need some help here.  I have a very long page that has nothing but text
for
> printing purposes.  I would like to force a custom header and footer on
each
> printed page.  Any suggestions on the best way to accomplish this task?
>
> Thanks in advance,
> Steve
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to