I am building a report function that will generate reports in HTML. Unfortunately, this functionality was requested later and was not built into a PDF application initially.
Everything works fine in HTML except page breaking to allow pagebreaks between each report entry.
I have tried the general CSS tag and this seems to work during the initial stages of the 'Print Preview'. It initially says that it will print to 20+ pages but then recalculates to 14. This leads me to believe that it sees the pagebreaks at first then decides to remove them, which could mean that it's a printer problem.
Any ideas? How can I get page breaking to work properly for the printer? The printer is a Dell 1100.
Everything works fine in HTML except page breaking to allow pagebreaks between each report entry.
I have tried the general CSS tag and this seems to work during the initial stages of the 'Print Preview'. It initially says that it will print to 20+ pages but then recalculates to 14. This leads me to believe that it sees the pagebreaks at first then decides to remove them, which could mean that it's a printer problem.
Any ideas? How can I get page breaking to work properly for the printer? The printer is a Dell 1100.