On 05/11/2007, Taco Fleur <[EMAIL PROTECTED]> wrote: > > Hello all, > > I'm trying to generate a PDF with cfdocument in CF7 > It generates the PDF, and has the content, but the css styles do not come > across, see code > > Even the inline style doesn't come across, I have no idea why not. > >
I'm not 100% certain, but I seem to remember finding that cfdocument only likes very simple inline CSS - no linked external documents, no @media or anything fancy like that. Just simple style tags with rules in them. A bit of a pain, but you can at least keep them in a separate file and just cfinclude it. Cheers, Seona. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
