I don't know if it will help, but from Brian's blog entry:
(http://www.briankotek.com/blog/index.cfm/2006/10/5/Special-Cases)

....
Until you have to do something more than "hello world". A while back
we tried to add PDF generation to our application as an option to save
the page, and we spent days just trying to get the CSS to affect the
generated PDF. We tried linking to the CSS file outside of document.
We tried inside cfdocument. We tried cfincluding it. We tried actually
copying it within cfdocument. We tried inline styles. You get the
idea. FWIW, we had to do a
<style type="text/css">@import url('/assets/css/pdf.css');</style>

within every cfdocumentitem block to finally get it to work. Again,
this sort of thing is not covered anywhere in the documentation (that
I could find).
....

On 10/7/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> Actually we've had problems with our fonts too.  They seem to want to
> revert back to Times new roman on us.  One of the CF updaters fixed part
> of that.  It still breaks if I do this though:
>
> <p align="center"><span style="FONT-FAMILY: Arial, Helvetica,
> sans-serif">I show up Arial</span></p>
>
> <span style="FONT-FAMILY: Arial, Helvetica, sans-serif"><p
> align="center">I show up Times</p></span>
>
> Seems CSS doesn't get inherited properly from ancestor elements.
>
> ~Brad

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255917
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to