PS. attached is the pdf it produces

Andy Wu wrote:
> Hi Allen,
>
> You can have that feature now :)
>
> Try the following on the latest build:
>
> <cfdocument format="pdf">
>     <style>
>     table {
>         -fs-table-paginate: paginate;
>     }
>     </style>
> <table>
> <thead><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr></thead>
> <tbody>
> <cfloop from=1 to=150 index=i>
>     <cfoutput><tr><td>#i#a</td><td>#i#b</td><td>#i#c</td></tr></cfoutput>
> </cfloop>
> </tbody>
> </table>
> </cfdocument>
>
> Andy
>   


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Attachment: tables.pdf
Description: Adobe PDF document

Reply via email to