Jochem, I am always open to recommendations. Thanks a bunch. :)
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 3/25/2003 9:17:33 AM >>>
Candace Cottrell wrote:
> Put this at the top of the page in your <head>
>  
> <STYLE TYPE='text/css'>
> P.pageEnd {page-break-before: always}
> </STYLE>

May I recommend:
<style type="text/css" media="print">
p.pageEnd {page-break-before: always}
</style>

The default media-type for CSS is "screen", so without specification it

should not work for printed media. Also, in xhtml elements and 
attributes are case sensitive and should be lowercase (in this example

the class "pageEnd" is still case-sensitive, you might want to
lowercase 
that as well).

http://www.w3.org/TR/html401/present/styles.html#h-14.2.4 
http://www.w3.org/TR/xhtml1/#h-4.2 

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to