Background image is gone when printing out the page

I have a region with table and created a style as follows:
th {font-size:9pt;font-weight:bold;background-image: url(#WORKSPACE_IMAGES#blue.gif)}
when i print out the page, the image color for TH is gone. How to change to show the color in the print-out.
Thanks for your help.
Jen

Hi,
IE - Tools/Internet Options/Advanced - scroll down to printing and make sure the check is on "Print background colors and images"

Similar Messages

  • I have Pages as my word processor, but when i reopened a document it was gone, no printing on the page. I;m using the latest Version 09 4.3

    I have the Pages 2009, version 4.3 which is the newest update.  I have 2 documents(one is a copy) with tables and they contain my id and passwords I use. 
    Well i have been opening these documents for at least a few months.  Today I opened one of the documents and then closed it. I did not save, because i made no changes.  When i went back to open the document a few mins later.  The entire document was blank and also the kb's amount went down.  I tried making another table with the same format and went in and out and saved and opened, no problem.
    So what happened to the "data" in my original file and copy file...Please help me...LOL  i do have a hard copy so i can make another table, but sometimes i forget to change the hard copy if i make 1 change or so in the computer file.
    I mainly worry is this a security issue, does this possibly mean my files have been hacked.  I have tried other files and they are opening and closing fine, and no loss of data.
    Thanks for your help

    I did find my file on the external drive with the data in it, so i made a copy of it...still would like to know what may have happened to the original file...

  • Image is not getting printed on the page.

    Hi,
    I am using oracle apex 3.2 and Oracle 10g XE database. I am creating a email template based on the plsql and html content
    DECLARE
      l_header VARCHAR2(8000);
      l_content VARCHAR2(18000);
      l_footer VARCHAR2(8000);
    CURSOR contract IS
        SELECT DISTINCT contract_number, l.company_name
        FROM ib_support_contracts_mv c, customer_products p, customer_locations l
        WHERE c.serial_number = p.product_serial_number
        AND   p.location_id = l.location_id
        AND   c.contract_number = :P5_CONTRACT_NUMBER
        AND   ROWNUM <= 1
        AND   sub_line_status != 'TERMINATED' 
        AND   line_status != 'TERMINATED'
        AND   header_status != 'TERMINATED';
    --    AND   header_status = 'ACTIVE'
    --    AND   line_status = 'ACTIVE';
      CURSOR product (v_contract_number IN VARCHAR2) IS
        SELECT DISTINCT order_number, installed_at_name, ship_to_name, bill_to_name, item_description,
           serial_number, service_start_date, service_end_date, cust_po_number, service_description,
           ship_date
        FROM ib_support_contracts_mv v1
        WHERE contract_number = v_contract_number
        AND   NVL(order_number, 99999) =
              (SELECT max(NVL(order_number,99999)) FROM ib_support_contracts_mv v2
               WHERE  v1.serial_number = v2.serial_number
               AND    v1.contract_number = v2.contract_number
               AND    v2.line_status != 'TERMINATED')
        AND ROWNUM <= 100
        AND  sub_line_status != 'TERMINATED' 
        AND  line_status != 'TERMINATED' 
        AND  header_status != 'TERMINATED'
        ORDER BY item_description;
    --    AND   header_status = 'ACTIVE'
    --    AND   line_status = 'ACTIVE'
    --    AND   ship_date IS NOT NULL
    BEGIN
      l_header := '<table width="100%">
                     <tr>
                       <td align="left">
    *<img src="#WORKSPACE_IMAGES#merunetwork.jpg">*
                       </td>
                       <td align="right"><h2>Support Contract Certificate</h2>
                       </td>
                     </tr>
                     <tr>
                       <td colspan="2"><br/>
                         <p>Thank you for purchasing award winning product and services from Meru Networks.<p>
                         <p>Below are the details of your service order, confirming support order completion.</p>
                       </td>
                     </tr>
                   </table>' || utl_tcp.crlf ;
      FOR c IN contract LOOP
        l_content := '<div style="text-align: center;"><h2>CID: ' || c.contract_number || '</h2><h2>' || c.company_name || '</h2></div>' || utl_tcp.crlf ;
        l_content := l_content || '<table width="100%" cellpadding="3" cellspacing="0" border="0" class="tab0">' || utl_tcp.crlf ;
        l_content := l_content || '  <tr class="tab0">' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">Products Covered</th>' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">Service Ordered</th>' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">Serial Numbers</th>' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">Begin Date</th>' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">Expires</th>' || utl_tcp.crlf ;
        l_content := l_content || '    <th class="tab0">PO</th>' || utl_tcp.crlf ;
        l_content := l_content || '  </tr>' || utl_tcp.crlf ;
        FOR p IN product(c.contract_number) LOOP
          l_content := l_content || '  <tr>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.item_description || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.service_description || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.serial_number || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.service_start_date || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.service_end_date || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '    <td class="tab0">' || p.cust_po_number || '</td>' || utl_tcp.crlf ;
          l_content := l_content || '  </tr>' || utl_tcp.crlf ;
        END LOOP;
        l_content := l_content || '</table>';
      END LOOP;
      l_footer:= l_footer|| '<h3>Meru Assure Reference Links:</h3>' || utl_tcp.crlf ;
      l_footer:= l_footer|| '<a href="http://www.merunetworks.com" target="_new">http://www.merunetworks.com</a>' || utl_tcp.crlf ;
      l_footer:= l_footer|| '<p>If at any time you have questions regarding the activation of your service contract or any other questions please contact our customer group at Meru Networks.</p>' || utl_tcp.crlf ;
      l_footer := l_footer|| '<h3>How to reach Meru Customer Support group:</h3>' || utl_tcp.crlf ;
      l_footer := l_footer|| '<ul><li>24x7x365 online support portal <a href="http://support.merunetworks.com" target="new">http://support.merunetworks.com</a>.</li><li>Toll-free numbers:<br/>   <strong>In United States: </strong>1 888 637 8952<br/>   <strong>In United Kingdom: </strong>0800 085 7381<br/>   <strong>In France: </strong>080 554 0108<br/>   <strong>In Norway: </strong>800 30 354<br/>   <strong>In Sweden: </strong>020 160 5667<br/>   <strong>In Denmark: </strong>80 600 087<br/>   <strong>In Japan: </strong>0120 924853</li><li>Direct number:<br/>   Regions outside toll-free areas: 1 650 385 3114</li><li>Email address:<br/>   [email protected]</li></ul>' || utl_tcp.crlf ;
      l_footer := l_footer|| '<p>We look forward to working with you in the future and thank you for purchasing a MeruAssure support plan.</p><br/>Sincerely,<br/><br/>Trevis Schuh<br/>Vice President - Worldwide Support & Services' || utl_tcp.crlf ;
      l_footer:= l_footer|| '' || utl_tcp.crlf ;
      l_footer:= l_footer|| '';
      :P5_CONTENT := '<STYLE>.TableBorder {border-top: 4px solid #b3394e;border-right: 4px solid #b3394e;border-left: 4px solid #b3394e;border-bottom: 4px solid #b3394e;padding: 10px;}
    .formLabel {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #000000;}
    .GroupBox {border-top: 1px solid #BDC7D6;border-right: 1px solid #BDC7D6;border-bottom: 1px solid #BDC7D6;border-left: 1px solid #BDC7D6;}
    body { font: 12px/16px Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #555; margin: 0 auto; }
    table.tab0 { background: #eee; vertical-align: top; font: 0.9em sans-serif; border: solid 0px #b3394e; }
    th.tab0 { padding: 6px; margin:1px; color: #b3394e; font: 0.9em sans-serif; text-transform: uppercase; font-weight: bold; border-top: 4px solid #b3394e; border-bottom: 1px solid #b3394e; border-left: 0; border-right: 0; background-color: #fff; text-align: left;}
    td.tab0 { padding: 5px; vertical-align: top; border-bottom: 1px solid #b3394e; background-color: #fff; }
    tr.tab0 { }
    td.tab0s { padding: 5px; vertical-align: top; border-bottom: 1px solid #b3394e; background-color: #fff; white-space:nowrap; font-weight: bold;  }
    td.tab0 a { color: #08c; }
    td.tab0 a:link, a:visited, a:active { text-decoration: none; }
    td.tab0 a:hover { text-decoration: underline; }
    h1 { font-weight: bold; font-size: 24px; margin-top: 5px; margin-bottom: 8px; color: #b3394e; line-height: 26px; }
    h2 { font-weight: bold; font-size: 18px; margin-top: 5px; margin-bottom: 8px; color: #b3394e; line-height: 24px; }
    h3 { font-weight: bold; font-size: 14px; margin-top: 5px; margin-bottom: 8px; color: #b3394e; line-height: 20px; }
    h4 { font-weight: bold; font-size: 10px; line-height: 18px; color: #b3394e;}
    .smallcaps { color: #333; font: 0.8em sans-serif; text-transform: uppercase; }
    </STYLE>' || utl_tcp.crlf ||
           '<div>
              <table width="98%" cellpadding="5" cellspacing="5">
                <tr>
                  <td>' || utl_tcp.crlf ||
                    l_header || l_content || l_footer ||
           '      </td>
                </tr>
              </table>
            </div>' ||  utl_tcp.crlf;
    END;Problem am facing here is i am trying to dispaly a logo in the template which is uploaded in the workspace. Its not getting display please suggest me how to fix this issue.
    Thanks
    Sudhir

    This question has been answered here:
    Inconsistant translation of #WORKSPACE_IMAGES# by server
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Why does an image size 6x6 240 print out 6.25x6.25 when I drag it into a new file 24x7  240?  When I print it before I drag it into the new file it prints out 6x6.

    Why does an image size 6x6 240 print out 6.25x6.25 when I drag it into a new file 24x7  240 image size?  If I print it before I drag it into the 24x7 240 file it prints 6x6.

    What is the number 240 meant to indicate here – the resolution? If so please also give the unit.
    And what are your printer and the print settings you use, could there be any scaling involved in the printing itself?

  • How to change the background of a JPanel when printing?

    I have a JPanel that has a background color of gray when displayed on the screen. I would like to change the background to white when printing but leave it gray on the screen. I am calling setBackground(), clearRect() and fillRect() but it still prints out with the gray background. Any thoughts on what method I could call to change this?
    public int print(Graphics g, PageFormat pf, int pageIndex) throws PrinterException {
    if (pageIndex >= 1) {
    return Printable.NO_SUCH_PAGE;
    double pageHeight = pf.getImageableHeight();
    double pageWidth = pf.getImageableWidth();          
    Graphics2D g2 = (Graphics2D) g;
    g2.setBackground(Color.white);
    g2.clearRect((int)pageWidth/2, (int)pageHeight/2, (int)pageWidth, (int)pageHeight);
    g2.fillRect((int)pageWidth/2, (int)pageHeight/2, (int)pageWidth, (int)pageHeight);
    paint(g2);

    From reading the doc, it appears that you have to change the background color of the Component:
    setBackground
    public abstract void setBackground(Color color)
    Sets the background color for the Graphics2D context. The background color is used for clearing a region. When a Graphics2D is constructed for a Component, the background color is inherited from the Component. Setting the background color in the Graphics2D context only affects the subsequent clearRect calls and not the background color of the Component. To change the background of the Component, use appropriate methods of the Component.
    Parameters:
    color - the background color that isused in subsequent calls to clearRect
    See Also:
    getBackground(), Graphics.clearRect(int, int, int, int)
    V.V.

  • Indesign CS6 - interactive pdf with the hidden image can't be print out

    Hi all,
    I am creating a interactive pdf with "Hidden until triggered" function when roll over to apper and roll out to disapper and also selected a "printable" function (Button and Forms/ PDF Options/ printable).
    The image can be print out when opened in very begining, but after triggering those hide image... those images just cant be print out!
    Is it any way to print out the hiden image after triggered?
    Thanks

    Pressumably an Indesign question.
    Try posting in the Indesign forum
    http://forums.adobe.com/community/indesign/indesign_general

  • Why do graphics and colors that appear on the monitor show up as blank spaces when printed out

    Graphics (especially color) on emails and attachments show up as BLANK spaces when printed out.
    Also, some color graphics and detail work of those graphics on familiar websites do not show up on my monitor
    Both of these situations DO NOT occur on Explorer. With that browser - everything is OK

    it may have worked, but gimping my system isn't exactly a solution, more of a band-aid.
    its the equivalent of the old
    patient says, " its hurts when i do *this* "
    doctor replies," well, don't do that "
    What do you mean "it may have worked" – did it or did it not?
    Anyway it is not a remedy but diagnostics and if it makes a difference it points at the GPU driver as a likely culprit.

  • When printing to the dye sublimation epson stylus pro 7700 using adobe illustrator it is required that I mirror the image.  When mirroring the image the print colors are muted.  Not mirrored and the print colors are perfect.  Any suggestions?

    When printing to the dye sublimation epson stylus pro 7700 using adobe illustrator it is required that I mirror the image.  When mirroring the image the print colors are muted.  Not mirrored and the print colors are perfect.  Any suggestions?

    CS5
    On Tue, Oct 7, 2014 at 9:49 AM, ADBEDesigner <[email protected]>

  • Cannot change the print margins when printing out my spreadsheet.  Tried clicking on format and then Document but when I enter a number I always get " invalid number".

         I cannot change the margins when printing out my spreadsheet.  I clicked on the format then on document and got a entry box.  But everytime I try entering a number to change the left margin ( tried .5 ) I get an " invalid number " response.  I can print out the spreadsheet but always get a message telling me the margins may be too small and data may be clipped.  Data doesn't get clipped but left part of the spreadsheet is right at the left side of the paper.  Want to change the margin so I don't get that message.

    Naming the spreadsheet app would do wonders for getting an answer.

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • When printing out a hard paper copy of your itunes library

    Greetings Everyone...
    I've just finished the herculean task of adding all my CD's into my ipod (29,637 store-bought discs and a smattering of vinyl LP's and singles...and still have 6gb left!). The artwork has also been entered, but I have a question:
    When printing out a hard paper copy list of your itunes library, the only artwork that appears alongside the title/songs is the first image. What if there is more than one image per LP/CD? Is there a way to manipulate the choices show all images appear on the page for each album? Some artwork is just too rare not to be able to view everything. Please advise, and thanks in advance.

    Hi boglegod,
    Welcome to the Support Communities!
    It sounds like you need to unistall the 32 bit version of iTunes and install the 64 bit version on your Windows computer.  Do you have a backup of your iTunes library?  Do you have any other security software installed besides Norton?  The following articles may help you with this:
    I would suggest following the information in the "External drive" section of the article below:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    I hope this information helps ....
    Have a great day!
    - Judy

  • How can i print out the waveform chart?

      hello everybody,
    how can i print out the "waveform chart". can i do it just push the button. ( example; stop button is stop the program etc..)
    i checked the NI examples but i can't understand. i'm new to the Labview.
    pls help me.
    i added the my program
    look forward your reply
    regards from turkey...
    Message Edited by hknmkt on 05-29-2008 04:15 AM
    Attachments:
    29.05.2008_11.vi ‏37 KB

        hi jim,
    i tried the program but it's not running. When i run the program, it's print out without run the program
    i added the printed file.
    look forward your reply
    hakan
    Attachments:
    error8.JPG ‏8 KB

  • Error when print out SAP Crystal Report in SAP B1

    Dear all,
    I have encountered the following message when I tried to print out SAP Crystal Report at client pc:
    Could not load file or assembly 'CrystalDecision.Windows.Forms, Version = 12.0.2000.0, Culture=neutral, Publickey Token=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    On the other hand, there's no error when I print out the SAP Crystal Report on server.
    Can anyone advice on the error message as above?
    Thanks alot.

    Hi All,
    I have SAP 2007 B,Visual Studio 2008 and Crystal report 2008 Add-on.  I am facing the same problem,
    "Could not load file or assembly 'CrystalDecision.Windows.form,Version=12.0.2000.0, Culture=neutral,Publickey Token =692fbea5521e1304' or one of its dependencies. The system can not find the file specified."
    I have uninstalled SAP B1 and Crystal report 2008. Still I am getting the same Error message. Kindly give me your suggestions.
    Regards,
    Tom.

  • Why can't I print out the body of my emails,they come out with the right missing.

    When ever I try to print out my emails(gmail) everything under the Mail column prints,but the right side is missing. I have tried everything I know and nothing works. I can't move it over and I can use the print selection. Also I can't print out the entire email if it is more than 1 page.

    First try to reset Firefox printer settings, if you are still unable to print you can then reset '''all '''firefox printer settings.
    ''Reset firefox printer settings:''
    1. In the Location bar, type about:config and press Enter.
    2. In the Filter field, type print.print_printer.
    3. Right-click on the print.print_printer setting and select Reset.
    4. At the top of the Firefox window, click on the Firefox button (File menu in Windows XP) and then click Exit.
    ''The first way was just simple reset of firefox printer settings. However, if it failed to solve the problem then you need a full reset of all firefox printer settings. ''
    1. Open your profile folder: At the top of the Firefox window, click on the Firefox button, go over to the Help menu (on Windows XP, click on the Help menu) and select Troubleshooting Information. The Troubleshooting Information tab will open.
    2. Under the Application Basics section, click on Open Containing Folder. A window with your profile files will open. Note: If you are unable to open or use Fire​fox, follow the instructions in Finding your profile without opening Firefox.
    3. At the top of the Firefox window, click on the Firefox button (File menu in Windows XP) and then click Exit.
    4. In your profile folder, copy the prefs.js file to another folder to make a backup of it.
    5. Open the original prefs.js file in a text editor (such as Wordpad).
    6. Remove all lines in prefs.js that start with print. and save the file.
    See:
    [[Firefox prints incorrectly]]

  • How do i print out the keyboard viewer?

    I use different languages and need to use the different special characters so am switching among different keyboard layouts frequently.  I use the (on-screen) "Keyboard Viewer", but would like to print out the "Keyboard Viewer" for each language that I frequently use.  I can't see how to do this other than with e.g. screen capture which is less than ideal.  Does anybody know where there are e.g. images of each keyboard layout (including special characters you get by hitting "shift" etc.)?

    TThis page will give you normal and shift
    How to identify keyboard localizations - Apple Support
    FFor the option and option plus shift levels, you will have to use screen capture

Maybe you are looking for