Skip to main content
July 25, 2008
Question

CFDOCUMENT and stylesheets

  • July 25, 2008
  • 1 reply
  • 601 views
We have a report that is generated in a table. On the web the style sheet makes the borders (walls) show up as a single thin black line. However, when this page is rendered as a PDF with the cfdocument tag the borders look like a double gray line and we can't get it to look like it does on the web with the single black line. Anyone know how to use css to style a table that will render with a thin black border when generated as a PDF with CFDOCUMENT?

Thanks!
    This topic has been closed for replies.

    1 reply

    Inspiring
    July 29, 2008
    Hi Jason,

    Have you tried to use inline CSS, to handle the border coding?

    I cannot recall where I read it, but somewhere along the path
    of coding I believe I read that you have to use inline CSS as
    opposed to external.

    Leonard