Top "Printing-web-page" questions

Printing a web page either on paper or as a .PDF file, usually through the browser.

Print page numbers on pages when printing html

I've read a lot of web-sites about printing page numbers, but still I couldn't make it display for my html …

html css printing-web-page
scale html table before printing using css

I have a table as the entire content of an HTML document (for legitimate table purposes...it is table data, …

css html-table printing-web-page
Set printer paper size through css

My printer default size is A4,and I need to print payslip in size 8.5inx5.5in using the old dot …

html css google-chrome media-queries printing-web-page
Remove the default browser header and footer when printing HTML

I got an HTML with the <body onload="window.print()">. The question I'm trying to ask is: Is …

javascript html printing-web-page
Determine If Print/Cancel Button in Google Chrome's Print Preview is Clicked

I've been printing my page using the code below: window.print(); An image below is what the print preview in …

javascript jquery html google-chrome printing-web-page
Printing with bootstrap css

I have a page with bootstrap css layout. I am trying to print off a table. However the table looks …

twitter-bootstrap printing-web-page
Specify hairline thickness in CSS for printing

If I have a print CSS styling an element with: border:1px solid black; or: border:0.25pt solid black; The …

css printing-web-page
Printing to Dot Matrix printers from Web Apps

I am not familiar with Dot Matrix printers but I have a customer with a WebApp that generates invoices, print …

php printing-web-page
Using CSS and/or jQuery for Printed Pages with Page Breaks

I have a dynamically generated html page which is designed to be printed. I would like to create page breaks …

jquery css printing-web-page
Scroll bars showing on printed page in IE9?

I'm having an issue with IE9 showing horizontal scroll bars on a printed page even though the contents of the …

css internet-explorer printing internet-explorer-9 printing-web-page