Re: How to split an HTML page for printing
LuTHieR wrote:
Hi,
I have an HTML document and would like to split it in pages for
printing. It consist basically of many tables, and I would like that
when I print it the output will be one table per physical page. Is it
somehow possible? Thanks,
LuTHieR
Ok, I read the answer in previous posts, I did not found it before,
sorry.
Page-break-after and page-break-before will do the trick, thanks.
LuTHieR
.
Relevant Pages
- Re: How to split an HTML page for printing
... LuTHieR wrote: ... I have an HTML document and would like to split it in pages for ... CSS for printing: ... Rik Wasmus ... (comp.infosystems.www.authoring.html) - Re: Print HTML from Python
... I would like to print a HTML document from Python, ... not showing the printing dialog. ... does someone know a python lib or way to ... (comp.lang.python) - Re: Invoice printing in ASP.NET
... Printing in an ASP.Net application happens on the client side. ... document in the client browser is an HTML document, ... have to do is create an HTML document that looks good when printed via the ... If you want to use it to create your invoice, ... (microsoft.public.dotnet.framework.aspnet) - How to print an Html Document
... I was just wondering how I should go about printing an html document. ... and means I have to manually draw tables and coloured backgrounds. ... am probably doing it the long hard way but the only nfo I keep finding ... (comp.lang.java) - Re: Internet Explorer 6 printing problems
... Go to Tools>Internet Options>Advanced>under the Printing section, ... Troubleshooting the Printing of Web Pages in Internet Explorer ... MS MVP - Windows ... > 6 is trying to store the html document in the windows\temp folder before ... (microsoft.public.windows.inetexplorer.ie6.browser) |
|