I have a hp 310 all in one from left to right it only prints 1/3

i have a hp 310 all in one printer and from left to right it only prints 1/3 of the page 

Hi for49erdan,
Is your printer a Deskjet 310?
What are the ink levels ( in % full ) for each cartridge according to the printer?
Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
Please select the "Accept as Solution" button on the post that best answers your question.
I appreciate your input ! ___________________________________ _____
Thank You,
Rich
Expert

Similar Messages

  • I have an HP C309a all in one Photosmart. When I go to print on a Printable CD It only prints on 1/2

    I have an HP C309a all in one Photosmart. When I go to print on a Printable CD. It only prints on 1/2 Right side of disk. Why?
    I am using PS23 and used the label format for making the copy I wanted to print on printable disk.
    Herman

    HI,
    You should be able to just leave it on, it should have a sleep mode which it will enter after a while.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • Have a HP C6180 all-in-one and I can never really do printing on bot sides of paper, even when it is selected in my i Mac all in one

    Have a HP C6180 all-in-one and I can never really do printing on bot sides of paper, even when it is selected in my i Mac all in one

    HI,
    You should be able to just leave it on, it should have a sleep mode which it will enter after a while.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • I have an all in one with wifi. It will only print one or one and a half pages

    My printer will only print one or one and a half pages at a time.

    Hi , Welcome to the HP Forums! I noticed that your HP Envy 4500 printer will only print one or one and a half pages, on Windows 8.1. I am happy to look into this printing issue for you!  Some questions for you:  What happens when you try print multiple copies? Copying Documents.Do you see any error messages on the front panel of the printer when it stops printing? Does the paper get stuck inside the printer? What happens if you print from NotePad? 
    In the meantime, please try the HP Print and Scan Doctor, and let me know what happens!  Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • Why header does not stretch all the way from left to right?

    I am using Dreamweaver CS3.  I am a newbie.  I modified a dreamweaver two column template.
    Now I find that there is always a gap between the header and the left and right edge of the web page!  I am enclosing the css stylesheet.  Please tell me where I went wrong.  Thank you very much.
    @charset "utf-8";
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    .twoColFixLtHdr #container {
        width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    #logo {
        height: 71px;
        padding-bottom: 12px;
        width: 100%;
        background-color: #999966;
        padding-top: 12px;
    #nav {
        height: 28px;
        padding-top: 12px;
        padding-bottom: 12px;
    .twoColFixLtHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: center;
        font-size: 36pt;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 40%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        background: #EBEBEB;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
    .twoColFixLtHdr #mainContent {
        float: right;
        width: 42%;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 20px;
        font-size: 14px;
        line-height: 30px;
    .twoColFixLtHdr #footer {
        padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#DDDDDD;
        clear: both;
    .twoColFixLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    The instructions (comments) above give you a clue. Zero out the left (20px) and right (10px) padding.
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0;

  • I have a HP 3055 all in one attached to a wireless print server. I got in working on one laptop Win7

    I have a HPa  3055 all in one attached to a wireless print server that works with one Dell laptop that I upgraded from XP. But I can't get a New Toshiba Win7 to work wireless, but only with cable.

    Do you have a wireless router?  How is the print server configured with that?
    On the Win7 machine, download and run this utility: http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-926&h_lang=en&h_client=s-h-e17-1&h_keyword=dg-NDU&ju...
    What does it say?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program.  I can't find that program in my Apple updates file.

    I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program update.  I can't find that program in my Apple updates file.  Please help.

    From the HP Support site, this may help:)
    "Re: Problem with latest HP software update for Mountain Lion and HP Photosmart Premier C410.
    Options 
    08-10-2012 10:54 AM
    Download and install this: http://support.apple.com/kb/DL907
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and wait until the "Add" button becomes available. Click it."
    Hope this helps

  • Hi, I have a HP f380 all in one printer. I have installed new black ink cartridge and get error.

    Hi, I have a HP f380 all in one printer. I have installed new black ink cartridge and get error stating please insert black ink cartridge.
    Please Help

    Make sure it is a genuine HP cartridge.  Take it out and clean the contact on the cartridge and in the printer.  Try again.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • I have a HP Pavillion all-in-one with AMD processor running Windows 8.1 64 bit. Flash Player 16.0.0.235 with all current drivers.  I'm consistantly experiencing a green sceen on all Flash Player videos but I have sound.

    I have a HP Pavillion all-in-one with AMD processor running Windows 8.1 64 bit. Flash Player 16.0.0.235 with all current drivers.  I'm consistantly experiencing a green sceen on all Flash Player videos but I have sound.

    [discussion moved to Using Flash Player  forum]

  • I have an HP C6300 All In One Printer (wireless). It is always going "Off-line".

    We have an HP C6300 All In One Printer that is wireless. We try and set the Properties on the laptops to "Use Off-Line" but that does not help. At points some of the laptops work and some don't. Now none of the computers can print. I have unplugged the printer and re-assigned it to my wireless network and nothing is working. we are out of warranty so I would have to pay for any tech support which is probably more than the printer cost, so if I cannot solve this I am getting rid of this printer!!

    HI,
    You should be able to just leave it on, it should have a sleep mode which it will enter after a while.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • I have a HP 6510 All in One printer Model # CQ761A. It does not respond to touching the screen

    I have a HP 6510 All in One printer Model # CQ761A. Using Windows XP.
    Power light is on and wireless light is on. When I touch the touch screen there is no response from the printer. The computer and network does not see the printer and power button will not power down the printer. I have to unplug the power from the printer to get it to turn off then on and start working. Works fine for a day or two then back to malfunctioning.

    Try working through this support document. it walks through resetting the power module and testing it. It also includes a video which is very helpful.
    The HP Product Won't Turn On or Respond
    If this does not resolve your issue post back so we can get it fixed for you.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • İ have an hp 3052 all in one.how can i get print out with ipad or iphone?

    İ have an hp 3052 all in one.how can i get print out with ipad or iphone?

    Hello,
    Try following the instructions here http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02623193&cc=ad&dlc=en&lc=en&jumpid=reg_r1002_us...
    If that does not help, let me know and I will see what I can do.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • I have a officejet j4580 all-in-one and i have lost the cd how can i set up my laptop?

    i have a officejet j4580 all-in-one and i have lost the cd how can i set up my laptop?
    This question was solved.
    View Solution.

    Hi justine28,
    Click on the link below to download the software and drivers for your printer.
    HP Officejet J4580 All-in-One Printer Drivers - Select your operating system
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • I have aHP Photosmart C8180 All-in-One Printer that won't stay on

    I  have aHP Photosmart C8180 All-in-One Printer that when I turn it on it looks like it is going to start, then the light on the light scribe door goes on and off, it makes a clicking noise then the printer shuts off, then comes back on and does the same thing over and over.

    Hello Gr8fulbuck, I see you are having an issue with your printer and I would like to help.
    I just need some information from you first. Do you have your printer plugged directly into a wall outlet? Have you power reset your printer? Have you tried to plug it in to a different wall outlet? Have you tried using a different power cable?
    Which model of printer do you have?
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c01887241
    Power reset - http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c03177455
    Please respond with this information, I would be happy to help you.
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I have a psc 2175 all-in-one that seems to have a bound up (or stuck) scanner/copier bar assembly

    please help me, i have a psc 2175 all-in-one & it seems to have a bound up (or stuck) scanner/copier bar assembly. it keeps make a repetitive noise as if it is trying to move but it only moves about half an inch & goes back & tries to do it again & again. i can't afford a new printer at the moment & i really need to copy a couple of forms before i have to work in the a.m.- thx in advance.

    Hi - Try the steps in this document.  Specifically, you might try solution 3 first.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

Maybe you are looking for

  • How do I transfer data from one username to another?

    Hi, I got a two-button mouse and it started twitching uncontrollably after a few months. Simply Computing advised that I create a new username and transfer data like photos, instant messenger contacts, documents, etc. from my old one to the new one.

  • Can't mount USB in VirtualBox anymore

    Hi, I'm using VirtualBox for a very long time and never had any problems. But today I wanted to mount my USB flash drive as I always do but I receive an error message: Not permitted to open the USB device, check usbfs options. Fehlercode: NS_ERROR_FA

  • 5 x 7 printing - why doesn't it work?

    I have about had it with trying to get 5 x 7 printing to work. Is it even possible to do this without a lot of hassle? I have: - Cropped my photo to 5 x 7 - Set the paper size to custom 5 x 7 (I have also tried 2L and 2L borderless) - Gone in to cust

  • What procedure to call to reject the Import data load?

    Hi All, When i am importing the data i have an after insert trigger which will validate the data going to be inserted.Now if the validation fails i need to reject the data load.Is there any way to do that means manually i want to throws or return som

  • Alv_list new version upgrade

    hi abappers. i have a code which uses "Perform alv_list" statement with a single using parameter. but the new version of the include in which the form is defined has two using parameters a parameter "i_variant" has been added extra this throws a synt