printing-web-page Questions

7

Solved

I would like to print only the contents of a textarea element from a website page. In particular, I would like to ensure that nothing gets clipped by the boundary of the textarea as the contents wi...
Pelops asked 7/11, 2008 at 16:48

11

Solved

I've read a lot of web-sites about printing page numbers, but still I couldn't make it display for my html page when I try to print it. So the CSS code is next: @page { margin: 10%; @top-center...
Bangalore asked 18/11, 2013 at 15:2

4

I have a page with bootstrap css layout. I am trying to print off a table. However the table looks nothing like it does on screen. I include the css file like this: <link href='../bootstrap.min...
Plafker asked 11/5, 2013 at 15:0

8

If I have a print CSS styling an element with: border:1px solid black; or: border:0.25pt solid black; The line is very thick when it prints – at least 1pt. If I try a much smaller value, such...
Cacology asked 2/4, 2012 at 14:33

6

I've been printing my page using the code below: window.print(); An image below is what the print preview in Google chrome browser looks like. It has two main buttons: print and cancel. I wan...
Silverplate asked 28/4, 2015 at 7:26

2

I have this html: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Test</title> <style type="text/css...
Indoeuropean asked 29/6, 2018 at 12:57

6

My printer's default size is A4, and I need to print payslips in size 8.5inx5.5in using the old dot matrix printer. I tried to set every payslip DIV in a fixed height, width: 175.6mm; height: 123.7...
Emogeneemollient asked 10/11, 2013 at 17:6

4

Solved

I have a table as the entire content of an HTML document (for legitimate table purposes...it is table data, not for layout). Some cells have widths and heights specified (not through css but using ...
Adiel asked 27/2, 2015 at 4:10

6

I'm making some printable calendar website using HTML, CSS and JS. Unfortunately I cannot use CSS property called text-shadow, because shadow behind text prints as solid black text without any blu...
Hawser asked 20/12, 2012 at 15:17

4

Solved

I have been fighting this issue for quite some time now, and have been (still) unable to print my div with its styling. Currently, my script is: $('#printMeButton').click(function () { //alert("...
Bradbury asked 3/12, 2014 at 10:1

0

I'm trying to print a png image to my LabelWriter 450. I tried to combine the QR example found here (which does work): QR example and the answer by Adam to another question here: png example Whe...
Tremaine asked 22/11, 2019 at 13:56

5

Solved

I got an HTML with the <body onload="window.print()">. The question I'm trying to ask is: Is there any way to remove the strings that the web browsers add to the printed page? Such as: ...
Spontaneous asked 1/11, 2008 at 4:31

5

Solved

I'm having an issue with IE9 showing horizontal scroll bars on a printed page even though the contents of the page fit entirely. I've tried several things to remove them in my print css. Has anyone...

3

I have a page that basically displays all work orders for a given day. I have tried to create the HTML so that I can use page-break-after: always to create a logical print page break and continue o...
Showman asked 30/11, 2010 at 17:59

3

Solved

I have a web site with a lot of text. To make it more readable when printed, I'd like to create a paginated two-column layout, that is I want two columns per page and the text of column one should ...
Twilley asked 11/1, 2011 at 8:25

1

Solved

Firefox' built-in PDF viewer, PDF.js, has a mozdisallowselectionprint attribute on the <html> tag. What does this attribute do?
Airdrome asked 7/5, 2015 at 9:29

3

When we print pages from our web site, which is based on Bootstrap 3, they are printing on some browsers showing the mobile version. I have Googled to try and find a good solution, but not really f...
Bondage asked 29/4, 2014 at 15:46

1

I'm trying to use @media print along with min-width and max-width to target the currently selected paper size, to optimize for printing on both normal size paper (e.g. letter sized) versus photo si...
Hijack asked 17/9, 2014 at 22:28

3

Solved

Given the following HTML document, I need to keep the "Table title" line on the same page as the <table> when being printed in IE8. Despite the page-break-inside:avoid;, there is still a pag...
Reconnoitre asked 27/6, 2011 at 13:20

2

I have a table which is OK in web pages, but when printing my table (ctrl+p) it breaks not the way I want. The last row of the first page splits with the part of the row on the first page and the o...
Ethereal asked 22/6, 2014 at 11:7

5

Solved

I have a dynamically generated html page which is designed to be printed. I would like to create page breaks based upon div sections - where any given div - if it DOES NOT fully fit on the page, i...
Sn asked 2/2, 2011 at 17:58

3

how can i show the background color and image while printing, i knew it this is the browser properties but i want to complete it from CSS such as i use for webkit -webkit-print-color-adjust: exact;...
Bathometer asked 2/2, 2013 at 8:38

3

Solved

I have a lot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is not broken over 2 pages. It is working in Firefox...
Denitrify asked 11/1, 2010 at 22:39

4

I understand that the CSS page-break-inside:avoid instruction is supposed to prevent a page break within a div when an HTML document is printed. Through searching the internet, I have found that it...
Shade asked 3/8, 2010 at 22:24

2

Solved

I have a printing solution for ExtJS objects that seems to work great for everything except for charts. I've been using @media print CSS tip to create a "printing" div below my viewport (so it is ...
Ultimatum asked 18/7, 2012 at 16:15

© 2022 - 2024 — McMap. All rights reserved.