Tagged Questions
0
votes
2answers
11 views
IE Print font size smaller
I am printing my page from IE using javascript print function. The text is way smaller than what it should be.
function BtnPrintClick() {
var printHTML = ...
0
votes
1answer
16 views
IE Print removes paragraph from the bottom
Having a problem with printing page in IE.
i have two paragraphs.
<p style="width: 25.5pt; text-align: right; font-weight: bold; margin-left: 0px;"> [1] </p>
<p style="height: 1%; ...
0
votes
0answers
24 views
Print- Header & Footer missing in chrome + misaligned custom footer
Im working on a print style in chrome, an everything seemed fine, until i noticed that i didnt get any Footer or header on the print (the std. with page title, url etc., and i HAVE turned it ON in the ...
0
votes
0answers
20 views
Lines of text cut off while printing
I have a web page for documents that need to be printable with a custom print style. I've set a 0.75in margin on all sides (except the top) but browsers seem to ignore that they're there and move the ...
0
votes
1answer
39 views
CSS to set A4 paper size
I need simulate an A4 paper in web and allow to print this page as it is show on browser (Chrome, specifically). I set the element size to 21cm x 29.7cm, but when I send to print (or print preview) it ...
0
votes
0answers
38 views
Can Chrome print out CSS inches exactly on printer
It seems when I set my css print styles and print in chrome, it does not match what I set in my CSS.
Any way to get it working correctly?
2
votes
1answer
46 views
How can I suggest horizontal rules as good page-breaking points?
I'm trying to optimize my pages via CSS for printing from the browser. The problem I'm having is setting up the page breaks properly. I have it preventing page-breaks in the middle of images and ...
-2
votes
0answers
31 views
Creating a cross-browser Print page [closed]
How can I make a web page for printer-friendly? I have a web app and my users need to print their data. I made a web page for only printers,everyting is fine with chrome in my computer but others web ...
0
votes
0answers
25 views
Printing PDF - How to add margin top and bottom on every page?
I'm using phantomjs to take a screen capture of a "Proposal" that my application creates. This is all going great, it exports to PDF fine.
When I print from PDF, I need to add margin top and margin ...
0
votes
1answer
29 views
Print 800 mm (Receipt) Sheet via web (PHP)
How can I print a receipt sheet "800 mm width" via my web application?
I tried many times but can't get a cross-browser support for this feature,
for example, Chrome shrinks the page and print a ...
0
votes
1answer
32 views
DIV not paginating on print
I have a page that contains a DIV. This div is a container for other elements and can increase in height greater than the height of a page when printed.
I assumed it would paginate without any ...
1
vote
1answer
31 views
Media queries for landscape printing?
I've got some styles specifically for print, which are being applied correctly with a print media query. The thing is, my layout breaks a bit if you switch to landscape printing, and I'd like to tweak ...
0
votes
2answers
24 views
font face working in screen media but not in print media
i used code below outside my print and screen media code works on screen media but not in print media
<style type="text/css">
@font-face {
font-family: dinregular;
src: ...
1
vote
1answer
20 views
Printed webpage looks different than in Google Chromes Print Preview
I have been experiencing the weirdest problem, that I can't even begin to troubleshoot. It is important that the webpage in this project I am working is 100% printable. As you can see the signature ...
0
votes
1answer
18 views
How to open current page in a new tab with print stylesheet only?
I have a separate stylesheet for print. I want to create a button that opens up the current page with only that stylesheet implemented and ignoring the rest. If it helps we are doing this in ...
0
votes
1answer
35 views
Chrome: Print preview differs from simulate CSS media print
I am having an issue when I print my page i Chrome 26 where tables appear with grey background colour. When I view the page in chrome with sumulated CSS media print it looks fine
When printing in ...
0
votes
2answers
23 views
inline elements printing on new line
I have the following code:
<div class="outsideDiv">
<div class="element1">Name: </div>
<div class="element2">Something</div>
<div class="element3"> - ...
0
votes
0answers
68 views
css @media print not working entirely
I have a scrollable div in my page and I want to print the whole content of it, without printing the rest of the website. I have a file called print.css with the code:
/* print style for quiz */
...
0
votes
1answer
204 views
window.print() CSS not loaded in print preview
I need to provide option to print a part of the webpage. This was implemented using the javascript window.print() answered by: Bill Paetzke.
The pop up window opens up (this contains CSS style) and ...
0
votes
1answer
64 views
-CSS and Printing Web Pages, page-break-inside: avoid; - not working for me -
I am trying to have the contents of a web page print onto one page of paper.
But, it is breaking the content into 2 pages, so I did some research here and see people recommending:
<style ...
0
votes
1answer
46 views
IE7 on XP render the media=“print” stylesheets
In my web page, I'm using 2 stylesheets :
<link rel="stylesheet" href="css/screen-layout.css" media="screen" type="text/css" />
<link rel="stylesheet" href="css/print-layout.css" ...
0
votes
0answers
53 views
Elements are not floating after a page break in print preview or print in Firefox(latest version)
I am trying to print multiple document formats, but for some reason in Firefox the format is messed up beyond the first page. I have floating elements and they align correctly in the first page but ...
0
votes
0answers
22 views
HTML/CSS - How Do I set up 2 divs in a webpage to print on paper LANDSCAPE 11 by 8.5
I see similar posts here about printing - but none that fully explain what I need to do.
I want to print a webpage to paper LANDSCAPE 11 by 8.5. I have 2 DIV's and am using trial and error to get the ...
1
vote
2answers
16 views
CSS box shadow is so dark when printed
i got a div with a blur shadow on it. i am a using the CSS code below:
-webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .4);
box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .4);
the problem is ...
0
votes
1answer
54 views
My @media print doesn't display correctly with Firefox?
The print looks great on Chrome and Safari, but weird on Firefox. I couldn't find resources on how to fix @media print on Firefox? Any advice is greatly appreciated!
Edit: The page breaks don't work ...
1
vote
0answers
48 views
Incorrect print rendering of italic fonts in chrome
I have an HTML page with a rendering issue where italic fonts are being clipped by what appears to be the bounding box of the next letter. I've tested this on a HP LJ5100 with postscript (the only ...
0
votes
1answer
38 views
show background color when print page
i have page that print report from my site, and i set the table for show grid result.
So, my problem is, i set for th attrbute table background color, this background is show on page before print ...
0
votes
1answer
46 views
Printing the content of a div with vertical scroll
I have a div which has a fixed height and the content in it occupies more space than it's fixed height so I gave it an overflow-y:scroll . How do I print the entire content that is inside this div?
0
votes
1answer
33 views
display css property does not work on print stylesheet
I defined a stylesheet for screen
<link type="text/css" rel="stylesheet" href="PATH/style.css">
and a stylesheet for print
<link media="print" type="text/css" rel="stylesheet" ...
1
vote
1answer
34 views
How can I found out what css is overriding the css in my style sheet?
I created a print style sheet which links to my html page. Changes to the font, colors etc. work in the print version, but I can not change the size of my divs in the print version. For example, if I ...
0
votes
0answers
38 views
Pages not printing in FF *UPDATED to FF print issue*
I have some accordions and I have @media print:
.accordion > *{display:block !important;}
.ui-accordion .ui-accordion-content {display:block !important;}
This is working great on Chrome print, ...
0
votes
0answers
16 views
Empty output printed in Chrome and chromium
I have a css file and I defined all rules for screen and print (with @media print).
Here is some code:
/* more css rules above */
@media print
{
body * {
visibility:hidden;
}
...
0
votes
1answer
93 views
CSS: Background image not showing in print preview even when configured to show
In Chrome's and Firefox's print preview I've toggled 'Show background colours and images' and I can see simple coloured backgrounds switch on and off but there's a background image that doesn't ...
0
votes
0answers
22 views
WebPage not printing properly
On my site, there is a page which loads in a JQuery Modal Box, through an iframe. It is having this weird problem that whenever I print it (through JS print() function), it just shows print preview of ...
0
votes
0answers
24 views
Print issue from Internet Explorer - side-by-side columns
i have a setup of 2 floated columns - using a grid setup, based on bootstrap 2.0.3.
each column is 5/12 of the width.
in Firefox - the page prints correctly: the 2 columns are side by side.
in ...
0
votes
0answers
37 views
print styles not working in IE
IE8 do not hide some elements for print. my header will not go.
This is how MS would do it http://msdn.microsoft.com/en-us/library/ms533037(v=vs.85).aspx
<style type="text/css" media="print">
...
0
votes
3answers
108 views
Why isn't my html linking to my print CSS stylesheet?
cssI am trying to create a print style sheet with css to connect to my html webpage. I added the style sheet line under and my style sheet is a css file named print.css in the same directory as my ...
1
vote
0answers
69 views
Printing with browser's “Shrink to page width”
Here's what's going on:
- My Firefox browser's "Page Setup" settings have the option "Shrink to fit page width" enabled (which I think is default).
- If I do a Print Preview and print, the page comes ...
3
votes
1answer
89 views
CSS page numbers not working
I've tried to play around with @page and counter(page) features of CSS3, but I can't see any page numbers added to the print output. No matter what I do, looks like this is simply not working.
My ...
0
votes
1answer
89 views
Printing the content of a div
How do I print the content of a specific div with Javascript or Jquery? I know you can use window.print(); but that prints the whole page.
Also the div that I wish to print has a vertical scroll, if ...
5
votes
4answers
218 views
How to print on a specific paper
I'm having problems with printing some text on a A4 paper that has 24 labels.
Basically, in every row there are 3 labels in which comes the name, surname and adress of a person and that label will be ...
1
vote
2answers
50 views
Make text invisible in printed version of the document - avoid color correction
I have a simple "fill the gaps" excercise in html. There are gaps, looking like this:
Earth closest star is _ _ _ _.
The gaps are not supposed to be fillable on the computer - the document is ...
0
votes
2answers
47 views
Seperate stylesheets for printing and PDFing?
Using CSS media query for print stylesheets can be a great way to make websites more print-friendly:
p { color: grey; }
@media print {
p { color: black; }
}
For one project, we find that ...
0
votes
0answers
51 views
Need to print image on background
I am trying to print images in the background with text on top of it. I have this code:
$(printWin.document).find("table#careOppPracticeOverview tr th").css("img").replace('url(','').replace(')',''); ...
-2
votes
1answer
51 views
Specify an external CSS file to use in an URL
I have a external CSS file that is printer friendly and when user clicks on a link I want it to open in a new window/tab using the printer friendly CSS file.
Is there a way to do this with PHP? Was ...
0
votes
2answers
99 views
How to fix IE table, radio, and checkbox quirks when printing?
So I need to print a page in IE8, IE9, and Chrome. It prints perfectly in Chrome, no so well in IE8 (have not tested IE9 yet).
The 3 major problems I'm facing with IE right now are:
Checkbox and ...
1
vote
0answers
85 views
printing (save as pdf) issues in chrome
The problem is this - in Chrome, this page is saved as PDF correctly on one computer, and have issues on another.
I have this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
10
votes
2answers
291 views
Browser Support for CSS Page Numbers
So I am aware of this option: Page numbers with CSS/HTML.
It seems by far to be the best way to add page numbers to a print version of a page, but I can't get any variation of this to work anywhere. ...
0
votes
1answer
134 views
sharepoint 2010 standard model dialogs print transparent merged with background content
In Sharepoint 2010 by default each list item you edit opens in a new model dialog.
This dialog shows up as a new div with the class of ms-dlgContent. It also creates a div with the class ...
0
votes
2answers
70 views
CSS, HTML - Why does the content of the page title tag (<html><head><title>THIS CONTENT</title>…) appear when printing my page?
I'm writing a page using HTML, CSS, jQuery and some PHP to run on my localhost. I use a separate stylesheet for printing. In print preview now, the content of the page's title tag
...




