Title: Message
How about
 
h1.break{
page-break-before: always;
display:none;
}
 
that way you wont see it
 

Regards

Steve Onnis
Domain Concept Designs
+61 422 337 685
+61 3 9431 4249

http://www.domainconceptdesigns.com
[EMAIL PROTECTED]
http://www.cfcentral.com.au
[EMAIL PROTECTED]

("If you think it can't be done, you haven't asked me!") - Steve Onnis

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Grant Straker
Sent: Sunday, January 12, 2003 8:00 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Creating page breaks for printing cf output

You can do it with style sheets. If you added the class below to a stylesheet then you would get a page break before every H1 tag on your page.
 
h1{
page-break-before: always;
}
 
 
Grant Straker
www.straker.co.nz
 
-----Original Message-----
From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, 12 January 2003 7:59 p.m.
To: CFAussie Mailing List
Subject: [cfaussie] Creating page breaks for printing cf output

Hi is there any way I can force a page break into my output pages so that when the pages are printed at a specific point the printing will start on a new page
 
Kind Regards
 
Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Mobile: 0414 228 948
Fax: 07 3319 6444
Websites:
     www.AustralianAccommodation.com
     www.AccommodationNewZealand.com
     www.HospitalityPurchasing.net
 
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to