Ok all my CFML is working just fine.  I am building a table but I have 
two views of it.  One view is optimized for the screen and the other for 
printing.  I am using basic css media = screen|print functionality to 
indicate which is which.

The weirdness I am experiencing is that my large, multiple page table 
designed for the print view, pushes itself to a second page before 
starting.  So my print out looks something like this.

TITLE OF REPORT
.
.
.
{rest of first page is blank}
.
.
.
----------second page----------
first page of table
.
.
.
----------third page----------
rest of table
.
.
.


Why is the table not starting right after the report title which is a 
<h1> tag?  Is there any thing I can do to enforce it to do so. 

P.S. I am experiencing this behavior in my Firefox browser.

TIA
Ian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319796
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to