Print blank pages befor content starts

Hi,
While printing html through content editor web part. It prints blank pages before content starts.
I have images in my html document.
When I set the width of img to 400 px it works fine..
but if I say width:100% it prints so many blank pages extra before content starts.
Anybody has any idea?
Please share
Thanks

Hi,
In HTML 4.01, the width could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels. Please check whether the image in a html5 page.
Here are some jQuery Plugins about printing page for your reference:
http://projects.erikzaadi.com/jQueryPlugins/jQuery.printElement/
http://www.sitepoint.com/10-jquery-print-page-options/
I the issue still exists, I suggest you provide your code and html page for further research.Thanks,
Dennis Guo
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected] 
Dennis Guo
TechNet Community Support

Similar Messages

  • HP 3210 printer prints blank pages and only half the first page

    When I updated to Firefox 4.0.1 my HP 3210 printer now prints blank pages before and after the correct page and then only prints half of it. It prints with no problem as before in Internet Explorer but I cannot keep going back to WExplorer just to print.

    You have not said but it sounds like you are using a Macbook pro with retina display.
    Pages is exhibiting all sorts of problems with the Retina display which Apple is supposedly working on.
    Peter

  • L7680 Ejects Blank Page before and after print job

    My L7680 recently started to eject a blank page before and after a print job; seperator page option is NOT selected.  I tried all the suggested trouble shooting points in the HELP section but none have solved the issue. 
    This question was solved.
    View Solution.

    The setup button on the printer had a choice to return to all factory defaults - that solved the problem but it does take yoiu back to starting again to set other choices you may have made since starting toi use the devise.

  • HP C5580 Printer feeds one blank page before actually printing

    Good morning,
    For the record I am using a Compaq Presario AMD Athlon(tm) 64 Processor 3300+, 2411MHz/1.93 GBs RAM, running Windows Xp Home, SP3., with IE8.
    For the past few months I have been using a HP Photosmart C5580 All-In-One printer and I am more than satisfied with its performance.  
    However, the past few weeks I have noticed that when I print anything the printer will send out a 'blank' page before it actually starts printing my job.  
    This isn't the end of the world but I am curious (1) why this just started to happen in the last couple of days and (2) is there a setting I can change to stop this blank page from preceding all my print jobs?
    Thanks and regards,
    2harts4ever
    " ... Nuff Said. Keep Smiling Because I'm Smiling Too!"
    This question was solved.
    View Solution.

    Howdy,
    Update:  It appears my problem is solved.  Somehow my paper wasn't lined up correctly.  Once I took care of that the blank page no longer kicked out first.
    Thanks ...
    2harts4ever
    " ... Nuff Said. Keep Smiling Because I'm Smiling Too!"

  • HP 7280 outputs a blank page before every page printed

    Newly-installed 7280 works fine, but everytime something is printed, it outputs a blank page before every printed page.  This is true whether printing from Word, IE, Outlook, Quicken, Photoshop, etc.
    I have checked all likely culprits in the printer dialog boxes, including clearing the Separator Page option.
    Any thoughts?
    This question was solved.
    View Solution.

    are your computers running windows XP or Vista? because in Vista, if it uses the pre-installed drivers that come with the OS, then it prints blank sheets between the printed sheets. if you install the driver from the CD directly, then it has resolved the issue a lot of times for me.
    so to the properties of the printer, and go to the Advanced Tab, and click in New Driver. and in teh wizard, select HP Photosmart 'C7200' and not Photosmart '7200' (considering it is the Photosmart C7280). that should work.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Firefox 17 on Windows 7 prints blank pages after printing selection

    I need to be able to highlight text on a webpage and print only that text using the print selection inside the file/print tab. However, instead, I am getting only that highlighted text AND then blank pages (with headers and footers) keep printing (how many pages that print depends on the actual size of the webpage).
    I have Windows 7, 32bit and Firefox 17. I updated Firefox this morning and restarted but the problem still exists. I did not have this problem when I had Windows XP.
    The print selection works properly in IE9.

    Firefox's Print Selection feature has always left much to be desired...
    What I get is blank pages ''before'' the selection but not after. You get blank pages for the entire document? That's especially unhelpful.
    I am aware of two ''workarounds''. Each isolates the selection by itself so you can print it normally, i.e., without choosing Print Selection.
    '''[https://addons.mozilla.org/en-US/firefox/addon/nuke-anything-enhanced/ Nuke Anything Enhanced]'''
    After installing this add-on, when you have a selection and right-click it, you can choose "Remove everything else" to isolate the text for printing. Note that you need to reload the page to see the rest of the content again.
    '''Bookmarklet'''
    Before learning about the above, I wrote a small script to isolate the selection for printing. I wouldn't use it if you are filling in a form, making a purchase, etc., since the script duplicates part of the page and this may break the form. On the other hand, at least there is some level of undo without reloading the page.
    If you want to try it, here are the steps:
    (1) Select and copy the following line of script (it's all one long line):
    javascript:var sel=window.getSelection(); if(!sel.isCollapsed){var rng=sel.getRangeAt(0); if(!rng.collapsed){var docfrag=rng.cloneContents(); if(!document.getElementById("divHideMe")){var rng2=document.createRange(); rng2.selectNodeContents(document.body); var myContainer=document.createElement("DIV"); rng2.surroundContents(myContainer); myContainer.setAttribute("id","divHideMe"); rng2.detach();} myContainer.style.display="none"; if(document.getElementById("printFrag")){var myFrag=document.getElementById("printFrag"); while(myFrag.firstChild) {myFrag.removeChild(myFrag.firstChild);} myFrag.style.display="block";}else{var myFrag=document.createElement("DIV"); myFrag.setAttribute("id","printFrag"); document.body.appendChild(myFrag);} myFrag.appendChild(docfrag); rng.detach(); var myP=document.createElement("P"); myFrag.appendChild(myP); myP.setAttribute("id","killBtn"); var myBtn=document.createElement("INPUT"); myP.appendChild(myBtn); myBtn.setAttribute("type","button"); myBtn.setAttribute("value","Return to Page"); myBtn.setAttribute("onclick","document.getElementById('divHideMe').style.display='block'; document.getElementById('printFrag').style.display='none';"); myStyle=document.createElement("STYLE"); myFrag.appendChild(myStyle); myStyle.setAttribute("type","text/css"); myStyle.setAttribute("media","print"); myStyle.innerHTML="#killBtn{display:none}";}} void 0;
    (2) Right-click the Bookmarks Toolbar and choose New Bookmark. (If you do not ordinarily display the Bookmarks Toolbar, you can add it to the menu instead. Whatever will be convenient.)
    (3) Click in Location and paste the script.
    (4) Click in Name and name it whatever you like (I call it Crop4Print) and then click Add.
    Now after selecting text, click the bookmarklet button to hide the rest of the page.

  • HP LaserJet Pro CM141 prints blank pages and jams on nothing

    My HP LaserJet Pro CM141 is printing mostly blank pages. Some pages come out with thick, verticle lines of smudged gray but other than that, it's totally blank.  It does this for printing or copying and wireless or connected via USB.  It started doing this after a wierd occurance where it would not stop printing the same print job over and over. After restarting it several times, I finally got it to stop printing the same print job but now, as I said above, it just prints blank pages. It also frequently claims to have a paper jam when it hasn't even attempted to take up a sheet of paper. The scanner still works, it's about 4 years old. The black cartiridge supply is at 90% although the colors are admittedly at 0% (but the lack of color never caused a problem before, I just print everything in black and white.)  I already went through the steps of the trouble shooting guide, http://h20564.www2.hp.com/hpsc/doc/public/display?docId=c02260982

    Since you have only one toner cartridge with toner it is possible that toner cartridge has an issue.  I would try at least another known good black toner cartridge.

  • 1020 Prints blank pages

    HP printer 1020 Q5911A built in August 2007 fails to print after install.  (posted to another solved thread).
     I bought a used 1020 (circa 2007 with 2400 pages printed) for some friends.  Upon connecting to their Dell desktop, it took off, loaded the USB drivers from window's site, then some drivers from HP's site.  Attempts to print cause flashing red and green lights alternately, followed by the printing of a blank page.  I tried my laptop but to no avail.  I took it home for a more careful analysis which follows:
      I have an identical 1020 which I'm very happy with. (circa 2006 with 2400 pages)  I downloaded the LJ1018_1020_1022_Full_Solution Original CD install application and the HP Printer Scan Doctor to a thumb drive.  By deleting the 1020 printer and reinstalling from scratch, my 1020 prints fine. Connecting my friend's 1020, deleting the 1020 and reinstalling the software, it will not print the test page as requested.  Upon re-doing this procedure, I observed that on the first attempt to print the test page, the printer alternately flashes the red and green lights and prints a blank page.  Additional attempts to print the test page causes a solid green light and a blank page printed.  After several successive attempts to print the test page(5-6), it started printing a document I may have  attempted to print much earlier (days). But nothing showed in the queue.  It continued to print this document on the next several attempts to print the test page, but I can no longer be duplicate this behavior.  This shows that the fuser, etc., is working.  (The printed test page by the former owner is what sold me on the purchase.)  I installed another toner cartridge, but no change.
      I ran the HP Printer Scan Doctor.  Everything checks out OK.  I'm a retired computer test developer, so I know my way around, but this has me stumped.

    Let me clarify. Upon connecting the printer to my friends system, it took off and loaded USB drivers and HP software, but would only print blank pages.  One of the pages I chose to print was a scratch document, which appeared to go to the printer with flashing lights on the printer as normal, and I assume it got stored in the printer's memory.  By making the printer not-ready (no paper), attempts to print the test page, caused them to show up in the queue.  Making the printer ready w/paper caused it to apparently transfer the files to the printer, but they came out blank. (I'm not sure how this works:  Does the software in the host construct the test page using data collected during device initialization and send the page to the printer, [which I suspect], or does the printer construct the page on the fly locally and print it?) This was true whether using the Dell desktop or my Lenovo laptop.  After deleting the printer and reloading the software on my laptop, the symptoms remained.  So I took the printer home to troubleshoot it.  Hooking up my printer to my laptop, it would not print until I deleted the printer and reloaded the software.  (I take it that there is some data that is specific to the printer that prevents switching printers without reloading the software- perhaps microcode difference.  But it appears to download new microcode everytime the software is reloaded.  Many years ago I redesigned the Dot Matrix printer tester when IBM went from the 40/80 chars/sec to the 120 cps, so I know that interface, but now everything is intelligent.) 
      Running the scan tool showed everything working properly, so I assume that its was doing some communications tests as well as some self tests.  No !'s.
      Having limited visibility to the internals, I just kept trying to run the test page several times.  The first  page after software reload causes red/green alternately flashing during file transfer, followed by the printing of a blank page.  Subsequent attempts printed blank pages, That is untill I kept trying and all of a sudden it started printing the scratch document that I had requested it to print many pages before and over at my friend's house.  So it appears that it just kept walking through old memory in the printer and printing whatever it found there, and not the freshly downloaded test page.  Wierd!  This it continued for 3-4 test pages, probably because I had previously requested it to print the scratch document several times.  Like the pointer is not getting (re)set to the correct location in the printer memory after downloading the file. 
      My laptop runs windows 7.  Not sure about my friend Dell, but the symtoms are the same.  I appreciate the instructions for a complete uninstall, etc and I will try that.  However, I don't have  to do that to get it to run my 1020 which is only a year older.  I can't imagine they changed the pc card in the printer, tho that could happen.  Its like its getting the wrong microcode.  How do I interrogate the pc card, or does all that show up on the test page.  And can the test page be redirected out of the queue to a file so that it can be examined using document software.
      I will download the software and do the procedure as you suggest.  However, I hate to do this on my fully functional laptop using my printer. The printer is connected directly to a USB port on the computer.
      As a EE, and having the same problem both at my friends house and mine, and with my printer and my friend's printer plugged into the same power strip, I think a power strip problem is remote indeed.
      I'll post another reply after I run the HP Printer Install Wizard and report the results.
    Thanks much.

  • REPORT SERVER 6i Patch1 PRINTING BLANK PAGES

    I have a problem that is occouring on three different report servers. It will start printing blank pages instead of the report and the only way to get it back to normal is to stop and reastart the service. I get this on a version 6, version 6i and version 6i patch1 report servers. It makes no difference what call method I use (command line or OCX control). I can also force this behavior on one of the servers by selecting a HP 895C as the default printer in the windows printers and then starting the service. All pages print blank after that. At the customers site it appears to be random as to when it will start printing the blank pages.
    Any ideas on what the fix is for this?
    null

    Is there any ideas on this?
    We have a Reports 6i server up and running and I'm getting stuff out OK to postscript printers, but some HP older printers are just spitting out blank pages. Is there a desformat= that I need to set differently? I've tried most of the options ( dec, psport, psland, hpl... all blank )
    Appreciate any help, I haven't used this stuff long, so am quite naive about how it hangs together.
    null

  • HP LaserJet 4MP Printing Blank Pages

    Hi there,
    This is perhaps OT, but a recent issue with my HP LJ 4MP is causing me great anguish and heartache.
    Suddenly, for no apparent reason, my HP is producing blank pages. It just runs and runs spewing out blank pages.
    I've tried all the IO resets and a cold reset. Unplugging and leaving idle. Unplugged the Asante bridge between the serial and the CAT 5.
    After a while I can get it to stop printing blank pages, it works fine for a while, then the interminable blank pages start again.
    Has anyone seen such an issue? Any known resolution?
    Thanks a bunch,
    Matthew

    Matthew,
    I too use HP LaserJet 4MP and AssanteTalk Bridge connected to computer via ethernet crossover cable and link from Assante to both my LJ4MP and HPDeskJet855cse, using BelKin QuikNet adapters in a string using RJ11 jumper cables.
    My HP driver software is HP8.1.1.
    I Never use "BackGround Printing".
    I Never use "DeskTop Print Monitor".
    The only time I can remember multiple blank copies is when I used to use "Print Monitor and BackGround Printing".
    Clear your preferences and get rid of Print Monitor and Don't use BackGround Printing.
    HTH.......Bob

  • HP LJ 1320 only prints blank pages

    The printer will only print blank pages. Test pages are also blank (including from the Green Button). This is a recurring issue. It was solved in the past by fiddling with the cartridge and mechanical parts inside (we don't know what exactly sovled the problem). Toner is full. I ran the HP Diagnostic Tool and it found no "X"s.
    I verified that the following mechanical parts are functional:
    switch on left side of cartridge door
    plastic tab on top right of door, which connects to laser spring/switch
    spring/switch underneath top panel, which seems to enable laser
    arm/gears to enable paper spindle
    contacts on printer-side of toner/printer connection (this part slides from side to side 1/4 inches, and I tried printing with it in various locations)
    There seem to be no error beeps/tones when the printer starts up or when I close the toner door. (However, it was capable as I bypassed one of the switches and it made an error tone at that point).
    I think it must be something like a dead laser (however, I think the laser is invisible and we cannot test tosee if it is functional).
    Any other ideas/solutions would be appreciated.
    I forgot to mention that the low-toner light is not lit, and we've had this issue with both new and old-working toners cartridges.
    Message Edited by measterbrook on 11-10-2009 09:57 AM
    Message Edited by measterbrook on 11-10-2009 09:58 AM

    Has anyone else had this problem?  I have a LaserJet 1320 that started doing the exact same thing last week.  I'm wondering what I have to do to get it working again.  Anyone know something about these units?

  • HP Officejet Pro 8000 Printing Blank Pages Instead Of Data And Also Reorienting Itself

    Hi all
    We have a wireless HP Officejet Pro 8000 in our office (but via cable, not wireless) to a network.  The printer is occasionally printing blank pages instead of say a spreadsheet selected to print. 
    The other issue is that if you say are printing two copies of the same spreadsheet, one prints okay (say landscape) and the second copy, selected at the time of printing, prints it portrait but only part of the left hand side of it and the rest is blank.  Coming out of and going back inthe file usually recitifes this.  But it does it again any time it feels like it.
    We did have an upgrade, where our IT guy took away our desktop boxes and replaced with smaller base units and everything is run from a main server and alsoan upgrade from Windows 2000 to Network.  Problems started after this and the IT guy did update the printer driver.
    Please would anyone be able to assist?  Any help for this frustrating problem gratefully accepted!
    Thanks,
    Saxplayer67

    So the issue with the 8000 printer is periodic print jobs do not come out as you are wanting them. Is that right? This is interesting, just from the point of view that generally speaking issues like this are like a light switch, they are either there or they are not - they usually don't come and go. That being said, we are going to see what we  can do to resolve this. First I am going to recommend that we perform a clean installation of the printer after uninstalling it from the machine. By the way, what is the operating system you are working with - Is it Windows 2000 Network? 
    First if you use a USB cord, make sure to remove it. Do not plug it back in until the software directs you to. Then go through the Devices and Printers, Programs and Features and Device Manager folders and insure that all copies, files, and programs related to the printer are removed. Then as directed, restart the computer. 
    In the START menu type "%temp%" and press ENTER. Here I want you to press Ctrl+A and hit DELETE. Some of the files will not allow you to delete them, skip those files and delete the majority that allows it. 
    Then follow this link to download the full feature software and drivers for the printer: 
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&dlc=en&product=3762364
    Install that and let me know the result! 
    Have a great day!

  • Printer prints blank pages

    I received a message low toner. Before I replaced the toner the printer printed blank pages. After I replaced the toner, the printer printed for awhile the same day and now prints blank pages. I took out the toner and moved it back and forth and replaced it and still nothing on the paper. Do I need a new printer? Thanks, Sally

    Regarding blank pages printing:
    Which printer model do you have?
    Does it print a blank self-test page?
    What operating system are you printing from, and what application (if not all apps)?
    What driver are you using?
    More info from you will help us offer suggestions to resolve the blank pages issue.
    We enjoy helping if we can, as these forums have helped us frequently.

  • Firefox will show PDF's but prints blank pages. Other browsers are fine, safe mode has no effect.

    Currently on an HP laptop, Win8, printing to a HP Color Laser, no previous problems; all of a sudden, PDF's are printing blank pages. I can see the page fine. Safe mode without any addons has no change. I printed my taxes out and had no problems.
    I've used IE (shudder) an been able to print PDF's fine. I have no PDF software itself on the computer, just using the browsers native support. EXTREMELY FRUSTRATING. Searching shows problems loading PDF's, but my problem is printing PDF's. Using version 29 of Firefox. Anyone got any tips or clues how to hunt this down? Really close to introducing my computer to Mr. sledgehammer.

    Thanks, appreciate the links for PDF driver add ons, this will be my last resort if nobody else can figure it out. I don't use Acrobat because of all their bloatware and hidden installs. I still would like to know why Firefox started printing blank pages in PDF's, but can still open the PDF's, very frustrating. Seems like a few other people are having the issue as well.

  • HP 3510 All In One only printing blank pages after cartridge replacement

    Recently replaced my blank ink cartridge after supply level showed low, and printed output looked faded.
    Using genuine HP product - check
    Cartridge supply level good - check
    Powered on and off twice - check
    Installed, removed, re-installed cartidges - check
    Good paper - check
    Alignment prints blank page - does not print partial or low quality, just produces a blank page.
    Printing from my computer, a word document, also produces a blank page - not parital - blank.
    Was printing before the HP cartridge change.
    Did I buy a bad HP cartridge?
    Any help would be appreciated.

    Forgot to mention that I am not getting an error message either, except when I go through the motions of scanning the (blank) alignment page.  That error is related to the fact that it is blank though.
    Thanks for any assistance.

Maybe you are looking for