On Thu, Oct 14, 2010 at 12:55 PM, Tony Bentley
<[email protected]> wrote:
>
> Why didn't Adobe fix some of the simple needed changes in CF9 for cfdocument? 
> I have no idea.
>
> Known issues that suck:
>
> -THEAD does not carry over on page break. The solution? Use cfreportbuilder 
> (god help me).

A regular HTML page doesn't do this either.

all cfdocument does is render HTML into a PDF so I wouldn't really
expect it to do anything that HTML didn't.

> - Border collapse does not work. The solution? Write some really funky inline 
> styles at the first row of the table, last row of the table and first/last td 
> of each row. (How much has this cost our company?)

Actually, if you just put cellpadding=0 on the <table> tag you get the
same result as CSS border-collapse, so this isn't a big deal.

> -Table breaks in the middle of a row. No solution. (Shoot me)

also something that HTML does.  A solution would be nice but might not
be that easy, since browsers do it too (I only tested this in IE)

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338198
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to