Tagged Questions
6
votes
1answer
966 views
page-break-inside:avoid equivalent for Firefox and/or IE
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 is ...
5
votes
3answers
8k views
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 there any way to remove the strings that the web browsers add to the printed page?
Such as:
Web ...
3
votes
1answer
1k views
Problem printing google maps printing and using 'page-break-before' in IE8
I'm having an annoying problem trying to get an html page with a google map on it to print correctly, I have a google map with an <h2> above it all wrapped in a div and the div is set to ...
2
votes
1answer
62 views
How to print a page along with all CSS formatting
I am doing a print functionality. The problem I am getting is that the page, which is being printed, is not retaining it's CSS formatting. I am getting plain text on print without CSS. Does anyone ...
2
votes
2answers
231 views
HTML, printable hyperlink references, like table of contents
A link in an HTML document is normally clickable. However, on a printed page, that feature is by natural causes not available.
<a href="#foo">Link to foo</a>
[... loads of content ...]
...
2
votes
4answers
3k views
print from html pages in A4
I am designing this site which is for technical engineers to take prints from and the page sizes are varied. When pages are printed tables get cut up into 2 halves which makes it difficult for them to ...
1
vote
2answers
56 views
using css pagestyle is there a way to columnize the result?
I'm trying to make a webpage that will display normally in a browser, but when printed will print using 2 columns per page. Is there a way to get the text to flow from the left to right column, and ...
1
vote
2answers
261 views
Two column layout for printing
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 ...
1
vote
3answers
205 views
Why is it so hard to print a web page properly? [closed]
I printed a page from a bank web site. Aside from the page with my data, I got five other pages with just a logo, just a header, just a footer, etc. It's sort of a joke in my household that you can't ...
0
votes
1answer
24 views
printing issue in IE and Firefox
I'm trying to print the page http://www.calibredesign.com/clients/spec/index.html?view=t_fabr.html(under the link graded fabric ArcCom
in IE and Firefox, however, the first page that I printed ...
0
votes
4answers
117 views
Making a pixel perfect printout of a web page (as seen on screen)
I would like to make a 'backup' of this web page, preferably in PDF format. Like a screenshot, read-only, for reference.
Trying to print the page into a PDF (OS X, Safari) causes weird printer layout ...
0
votes
3answers
566 views
CSS media print background image
I want to print a watermark/background image on the print document. The watermark/background image would not be visible on screen.
0
votes
4answers
54 views
how do I make an element in a webpage not be printed?
I've made a simple "print version" for the entries in our company website. However, I am required to add a button/link for going back to the website, since, allegedly, many of our customers wouldn't ...
0
votes
2answers
481 views
Printing Web Page Fails in IE7, IE8
This may sound like a SuperUser issue, but I wrote the page in question and I'm wondering if there is something I can do to fix the problem....
I have a page in production that simlply displays data ...
0
votes
1answer
506 views
Printing API-Generated Google Maps from Internet Explorer
Having an odd problem printing an API-generated (V3) Google Map from Internet Explorer 7 & 8.
I generate my map with JavaScript similar to the following:
<script type="text/javascript" ...
0
votes
3answers
389 views
pt or px for specifying border-width for print
should i use pt or px when specifying border-width in css for media print?
i basically just want hairlines
0
votes
3answers
562 views
Printing Scrolled Divs
I have a web page that displays a long line graph inside a div with overflow-x: scroll.
This works well as a web page allowing the use to scroll back and forward through the graph.
However, when ...