Bordes de tablas.

Hola a todos.
Os expongo mi duda.
Tengo unas hojas en A5 preimpresas y quiero crear un archivo pdf en el que rellenar los datos para luego imprimir en esas hojas y que los datos salgan perfectamente colocados cada uno en su casilla. Casi lo tengo terminado salvo por un problema, al imprimirlas me salen los bordes de las filas y las columnas de la tabla. Si no pongo bordes sería un completo lio para rellenar y guardar cada archivo pdf. ¿Alguien me puede decir que hago para que me salgan los bordes en la pantalla y que no me salgan al imprimir?
Espero vuestra respuesta.
Gracias

Hola!
El Designer si permite crear tablas. No lo uso porque necesite ninguna función especifica, sino porque lo vi más sencillo que el otro, jejeje.
Si lo hago con Acrobat, puedo poner la imagen de la hoja preimpresa de fondo sobre la que creare el formulario pero consiguiendo que a la hora de imprimir me imprima solo los campos que yo cree?
Gracias por tu ayuda y perdon por no responder antes, pero no estuve en casa durante el "finde".

Similar Messages

  • Curved border for tables

    How can i create cruved border for table using CSS ?.
    Please post sample code.

    I did not realize that some browsers have started to support
    CSS3 yet.
    Yes the CSS3 spec does allow for a border radius property and
    a few
    users may have a compliant browser that understands it.
    Here is the first link I found with a Google search for "CSS
    curved border"
    http://www.esqsoft.com/css-help/border-radius-css-curved-borders.htm
    Still not a ColdFusion/CFML issue so you are a bit off topic
    for this forum.

  • Fine solid black border for table-cell

    Hi!
    I'm facing the following problem. I'd like to have a tableview where cells have a fine! black (not grey) border. The result should look like a typical Excel-Spreadsheet.
    When entering this in the css Stylesheet:
    .table-view {
        -fx-background-color: white;
        -fx-border-color: black;
        -fx-border-width: 0.8px;
    .table-cell {
        -fx-background-color: white;
        -fx-text-fill: black;
        -fx-border-color: black;
        -fx-border-width: 0.1px;
        -fx-border-style: solid;
    The border of the tablecells get grey are still are to width. How could I get my excel-like grid? When increading changing the width (i.e. to 0.5) the line gets "more black") but unfortunately also too wide.
    Thanks in advance,
    Michael

    Hi!
    I'm facing the following problem. I'd like to have a tableview where cells have a fine! black (not grey) border. The result should look like a typical Excel-Spreadsheet.
    When entering this in the css Stylesheet:
    .table-view {
        -fx-background-color: white;
        -fx-border-color: black;
        -fx-border-width: 0.8px;
    .table-cell {
        -fx-background-color: white;
        -fx-text-fill: black;
        -fx-border-color: black;
        -fx-border-width: 0.1px;
        -fx-border-style: solid;
    The border of the tablecells get grey are still are to width. How could I get my excel-like grid? When increading changing the width (i.e. to 0.5) the line gets "more black") but unfortunately also too wide.
    Thanks in advance,
    Michael

  • Why a border around table?

    Can anyone tell me why there is a border around the table in the center of this page?  http://jeannettedutton.com/draft/contact.html  There are no borders defigned in the style sheet.
    Thanks!
    Jeannette

    Why are they not working?
    table {
    border: none;
    border-color: #FFF;
    td tr {
    border: none;
    border-color: #FFF;
    Invalid HTML in the CSS.
    "td tr" means the rule applies whenever a <tr> tag is found inside a <td> tag.
    That's invalid HTML so the rule will never apply.
    EITHER
    Swap the tags so the HTML is valid
    tr td {
    border: none;
    border-color: #FFF;
    OR
    Add a comma between them so the rule applies to both tags individually (I would also swap the tags as well)
    tr, td {
    border: none;
    border-color: #FFF;

  • Border on Table wont go away

    I have a table with borders set to zero, but it is still
    giving me a hairline border. I am using a jpg bg via css to give a
    rounded corner look to a table. View Page.
    View
    Page Any wisdom on this one? Thanks!

    On Thu, 20 Sep 2007 03:41:55 +0000 (UTC), "surfstoke"
    <[email protected]> wrote:
    >I have a table with borders set to zero, but it is still
    giving me a hairline
    >border. I am using a jpg bg via css to give a rounded
    corner look to a table.
    >View Page.
    http://www.ansano.com/clients/clients/nn/rates.html
    Any wisdom on
    >this one? Thanks!
    Change the cellspacing from 1 to 0. What you're seeing is the
    background
    color.

  • How to Put Border Around Table, But Without Interior Gridlines?

    1) I want to use tables in pages without a solid line border on the exterior, but can't seem to do this without making the table have lines or gridlines in the interior of the table around the various cells, which I do not want. How can I do this?
    2) Is there any way to permanently turn off gridlines in tables when I use them in a pages document?

    I answered my own question from another forum. Here it is:
    Select your table.
    Open the Inspector.
    Choose the Table tab (third one).
    From the Cell Borders section, click on the internal lines button (2nd last one) and choose "None" for line selection.
    Now select the external border button and choose the appropriate line thickness and colour.

  • Rounded border in table but rectangle lines still visible

    How can I show only the rounded outline of a table? I've selected rounded border, and that shows up, but so does the rectangle of the table shape. Is there a way to get rid of that so that only the rounded border shows? The rounded border works perfectly for a text box.

    For each corner cell in the table set the border edges to 'None'.

  • Bordes de tablas/estilos personalizados en Dreamweaver

    Hola!
    me gustaria saber si existe alguna forma de crear algun borde de una tabla/estilo en dreamweaver que no sean las predeterminadas, es decir si pudiese cargar alguna imagen, o por ejemplo como poder las esquinas redondeadas o cosas asi.
    Muchas Gracias!

    Si!!!
    Usando el CSS!
    Aqui tienes alguna galeria de lo que puedes hacer y el archivo de ejemplo del CSS
    http://icant.co.uk/csstablegallery/index.php

  • How to put a solid bottom border for table at page break - XML Publisher

    Hi There,
    In XML Publisher Invoice report template, I have table with hidden lines. It repeat for each invoice item.
    However I need to close the table with a solid line at the page break, when the table is extended to multiple pages.
    How can we know if its a page break. I think we can use an if condition if we know the tag for page break( for example like this <?if:@page-break="true"?> ).
    Thanks in Advance.
    Vishnu.

    You can declare two variables, to hold the previous and current LOCATION values and break the page when it differs.
    Or just before your end-for-each, have this code.
    <?if:position()!=1 and position()!=last() and LOCATION!=following::LOCATION[1]?><xsl:attribute name="break-before">page</xsl:attribute><?end if?>
    Ensure that its placed in a form field.
    This will have a page break when LOCATION changes.

  • Inside border of table changes to white in opera and ie8?

    Does anyone know why Opera and internet explorer change the inside borders of the table to white?
    In Safari and Firefox it stays black.
    Here is a link to the website
    EDIT:
    I now attached a screen shot of the table of what it looks like in opera.

    I no longer worry about Netscape or IE5.5 as these browsers are officially obsolete.  But IE6 is still used by a enough people worldwide who are on older operating systems & for whom upgrading to IE7 or IE8 may not be an option. What are they supposed to do?
    Personally I don't want to upgrade out of IE6 because I still need it to test web pages.  If I want to look at your site in IE7 I will jump to my laptop.  And if I want to look at it in IE8, I will jump to my Vista OS.  Put on the IE Png fix and you won't have any unhappy site visitors.   If you force people to upgrade to a browser they cannot possibly support, you will drive clients away - guaranteed.  IE6 sucks, we all know this.  But it's still here so we need to deal with it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Border of Table Extends Through Text

    Hello, can someone help
    me with this quick fix?
    www.youneedfitness.com
    Its he table I cant get it to work,
    Someone help please.
    THanks alot

    Hello,
    If you could provide a little more detail about the trouble,
    it will help.
    I did notice in FF that the top of the table appears to be
    behind the header
    image.
    Removing the height from your #header CSS should fix that:
    #header{
    text-align: center;
    background-color: #999999;
    Take care,
    Tim
    "cracktroop75" <[email protected]> wrote in
    message
    news:fsj69a$6hj$[email protected]..
    > Hello, can someone help
    > me with this quick fix?
    > www.youneedfitness.com
    > Its he table I cant get it to work,
    > Someone help please.
    > THanks alot

  • Table border is not over-riding cell formatting

    I'm using InDesign CS4. I've created a table and styled it with a Table Style which uses several cell styles. I have specified a table border in Table Setup, but it does not appear on my table. It maintains the formatting in the cells. "Preserve Local Formatting" is grayed out, so I cannot select or deselect it. The only way to get the border to show up is to manually apply a stroke using the Stroke palette. I do not want to use this solution. I want it to work in the Table Style.
    A similar problem was posted but not answered here: http://livedocs.adobe.com/en_US/InDesign/5.0/help.html?content=WSa285fff53dea4f86173837510 01ea8cb3f-6fbf.html
    Please help!

    Here is a useful bit of info from the InDesign CS4 online help:
    Formatting precedence in styles
    If a conflict occurs in formatting applied to a table cell, the following order of precedence determines which formatting is used:
    Cell style precedence
    1. Header/Footer 2. Left column/Right column 3. Body rows. For example, if a cell appears in both the header and the left column, the formatting from the header cell style is used.  
    Table style precedence
    1. Cell overrides 2. Cell style 3. Cell styles applied from a table style 4. Table overrides 5. Table styles. For example, if you apply one fill using the Cell Options dialog box and another fill using the cell style, the fill from the Cell Options dialog box is used.
    Mike Witherell in Maryland

  • Grouping Table Problem

    Using CF8. I'm creating a report using cfdocument what will export as a PDF. I want the report to look like the following:
    Vendors Within the City
       comm_cd sub-heading
         vendor name
    address
    loc_code
         vendor name
    address
    loc_code
       comm_cd sub-heading
         vendor name
    address
    loc_code
       comm_cd sub-heading
         vendor name
    address
    loc_code
    Vendors Outside the City
       comm_cd sub-heading
         vendor name 
    address
    loc_code
         vendor name
    address
    loc_code
    The loc_code is what determines which grouping the record will be in. Here is the code I'm working with so far without the second heading...not sure where to put it.
    My query that is being called from the switch 
    <cfquery dbtype="query" name="getVendor">
         SELECT DISTINCT
         comm_cd,
         comm_desc,
         vend10,
         mbe,
         gender,
         ethnic,
         lgl_nm,
         street_address,
         city,
         state,
         zip,
         loc_code,
         phone,
         fax
         FROM
              variables.savedlist
         ORDER BY
         comm_cd,
         lgl_nm
    </cfquery> 
    <cfscript>
       variables.location = 0;
    </cfscript>
    <cfif listFind('LO,AU,SL',getvendor.loc_code)>
         <cfset variables.location = 1 />
    </cfif>
    <cfif variables.location EQ 1>
        <div style="text-align:left;font-size:10pt;font-weight:bold;font-family:arial;">Vendors Within City</div>
    <cfoutput query="getvendor" group="comm_cd">
         <table>
              <div style="width: 100%; border: 1px; table-layout:fixed;">
              <colgroup>
                   <col align="left" style="width:400px;"/>
                   <col align="left" style="width:400px;"/>
                   <col align="left" style="width:300px;"/>
                   <col align="left" style="width:300px;"/>
                   <col align="left" style="width:300px;"/>
              </colgroup>
              <tbody>
              <tr>
                   <td colspan="6"><div style="text-align:left;font-size:8pt;font-weight:bold;font-family:arial;">#getVendor.COMM_CD#  #getVendor.comm_desc#</div></td>
              </tr>
    <cfoutput>
              <tr>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;"> </div></td>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;">#getVendor.VEND10#<br>#getVendor.LGL_NM#<br>#getVendor.street_address#<br>#getVendor.city# #getVendor.state# #getVendor.zip#</div></td>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;">#getVendor.phone#<br>#getVendor.fax#</div></td>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;">#getVendor.MBE#</div></td>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;">#getVendor.GENDER#/#getVendor.ETHNIC#</div>
                   <td><div style="text-align:left;font-size:8pt;font-family:arial;">#getVendor.loc_code#</div></td>
              </tr>
    </cfoutput>
              <tr> </tr>
              </tbody>
                   </div>
    </table>
    </cfoutput>
    </cfif>            
        What am I doing wrong?  I know I need a <cfelse> in there along with the heading 'Vendors Outside the City'.  But no matter where I put it nothing seems to work correctly.
         Thanks

    Hi,
    in that case you can group them using Sort table parameter. you can build the sort table based on month, and the data will be grouped based on month. this is another possibility.
    sort-fieldname = 'MONTH'.
    sort-up = 'X'.
    append sort to it_sort.
    pass this IT_sort to alv grid FM.
    Regards
    Vjay

  • Simple Table Displays OK in Mozilla But Not Showing in IE??

    I'm updating our company website and am looking to add sections to each page with bullet points.  (Note: I am using Dreamweaver CS4 version 10.0.)
    I tried using the Unordered List feature but for those bullet points that were extremely long, the 2nd line would never align properly.  So...someone in our IT Dept suggested using a table.
    The table works GREAT in Firefox but only the first bullet point shows when I view using IE 8.  Even the rest of the page does not display.
    Relative newcomer to Dreamweaver so ANY assistance would be GREATLY APPRECIATED!
    Here is the HTML code:
    <table width="346" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="27" scope="row"><div align="center">&#8226</div></td>
        <td width="319"><span class="BulletText">Direct integration with other ABC-developed products such as PKonRx, eSignature, and A/R</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">POS A/R transactions automatically update pharmacy A/R module - no more double entry</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">Record all “paid-in” and “paid-out” transactions through POS</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Post Customer A/R and PBM payments</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Eliminate analyzing register tapes with clear and concise POS reports</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">End-of-day takes just minutes</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Create start and stop dates for promotions ahead of time</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Add item messages that remind clerks of promotions, cross-sell and up-sell product</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Identify sales trends by item, department or after each promotion</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Protect margins by tracking price overrides</span></td>
      </tr>
      </table>
    Here is what it looks like in Mozilla:
    Here is what it looks like in IE 8:

    osgood:
    Thanks for the quick response and finding the missing ;!
    Here is the full HTML code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title>SRS Pharmacy Systems: POS (Point-of-Sale)</title>
    <link href="style.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style9 {
        font-size: 13px;
        font-weight: bold;
    .style12 {
        font-size: 13px
    .style13 {font-size: 11px; }
    .style16 {color: #000000}
    .style17 {color: #4F5162}
    .style18 {
        font-size: 9px;
        font-style: italic;
    -->
    </style>
    <link href="Level1_Arial.css" rel="stylesheet" type="text/css">
    </head>
    <body>
        <table >
          <tr>
            <td style="height:351px; background:url(images/bg-top.gif) top  repeat-x" align="center">
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                       codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
                       width="766" height="351">
                <param name="movie" value="flash/header_v7.swf?button=3">
                <param name="quality" value="high">
                <param name="menu" value="false">
                <!--[if !IE]> <-->
                <object data="flash/header_v7.swf?button=3"
                        width="766" height="351" type="application/x-shockwave-flash">
                 <param name="quality" value="high">
                 <param name="menu" value="false">
                 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
                 FAIL (the browser should render some flash content, not this).
                </object>
                <!--> <![endif]-->
               </object>
            </td>
          </tr>
          <tr>
            <td style="height:368px" align="center" class="m_text">
                <table style="width:766px;">
                  <tr>
                    <td style="height:34px"></td>
                  </tr>
                  <tr>
                    <td >
                        <table >
                          <tr>
                          <td style="width:445px;">
                              <div  style="margin:0px 40px 0 33px">
                                <div align="left"><span class="style9"><span class="ParagraphHead"> <img src="images/Solutions_Spotlight.jpg" width="257" height="27" alt="POS"><br>
                                <br>
                                </span></span><strong><span class="ParagraphHead">Point-of-Sale</span></strong><span class="ParagraphSUBHeading"><br>
                                More Effective Cash Management</span><br>
                              <span class="ParagraphText">Once thought to be a fixture in only large pharmacies, <span class="style9"><span class="style12"><img src="images/POS-3.jpg" alt="Computer Pic" width="117" height="110" align="left" style="margin-right:15px; margin-top:3px"></span></span>an efficient point-of-sale system is now a necessity for <em>any</em> pharmacy looking to more effectively manage their overall business. From complying with recent IRS regulations for FSA/HRA cards, to creating a more accurate and efficient checkout process for customers, to managing pharmacy will-call bins, SRS’ PKon POS is the answer!<br>
                                      <br>
                            </span><strong><span class="ParagraphSUBHeading">Increased Efficiencies</span></strong><span class="ParagraphSUBHeader2"><br>
                                        </span><span class="ParagraphText">Creating a single point of entry for all sales transactions, charges and payments, PKon POS
                                          makes your once tedious end-of-day processes quicker and more efficient as well as adds profitability by improving margins,
                                          identifying sales trends and opportunities.<br>
      <br>
      <table width="346" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="27" scope="row"><div align="center">&#8226</div></td>
        <td width="319"><span class="BulletText">Direct integration with other SRS-developed products such as PKonRx, eSignature, and A/R</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">POS A/R transactions automatically update pharmacy A/R module - no more double entry</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">Record all “paid-in” and “paid-out” transactions through POS</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Post Customer A/R and PBM payments</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Eliminate analyzing register tapes with clear and concise POS reports</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">End-of-day takes just minutes</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Create start and stop dates for promotions ahead of time</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Add item messages that remind clerks of promotions, cross-sell and up-sell product</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Identify sales trends by item, department or after each promotion</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Protect margins by tracking price overrides</span></td>
      </tr>
      </table>
                                        </span> <br>
                                    <span class="ParagraphSUBHeading">Increased Security</span><br>
                                    <span class="ParagraphText">Enhance your security and employee accountability by implementing the following security
                                      features:<br>
      <br>
      <table width="346" border="0">
      <tr>
        <td width="17" scope="row"><div align="center">&#8226;</div></td>
        <td width="319"><span class="BulletText">Clerk tracking for every POS transaction</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Track unauthorized price overrides, voided transaction or discounts</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">Restrict register(s) and POS tasks to specific users</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">PCI DSS-compliant software protects customers’ credit card data from fraud and abuse</span></td>
      </tr>
      </table>
                                    </span>
                                     <br>
                                      <span class="ParagraphSUBHeading">Improved Customer Experience</span><br>
                                      <span class="ParagraphText">Customers will quickly judge their shopping experience by an efficient and fast checkout process.
                                      Pharmacies cannot afford a slow checkout system when a customer is ready to pay.</span><br>
                                  <br>
                                  </ul>
                                    <table width="346" border="0">
                                      <tr>
        <td width="17" scope="row"><div align="center">&#8226</div></td>
        <td width="319"><span class="BulletText">POS conveys a more professional image to your customers</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">POS delivers faster sales transactions and reduces the amount of time customers spend in
                              checkout lines</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226</div></td>
        <td><span class="BulletText">POS allows the pharmacy to offer convenient payment options (e.g. credit, debit, FSA, HRA or
                              in-store charge account)</span></td>
      </tr>
      <tr>
        <td scope="row"><div align="center">&#8226;</div></td>
        <td><span class="BulletText">One signature pad to handle all PBM, HIPAA, NSC, A/R and credit/debit card signatures</span></td>
      </tr>
      </table>
                                </span><br>
                                    <span class="ParagraphText">Click on the brochure link for additional information. If you still have questions, <A HREF="mailto:[email protected]" ONCLICK="openWindow('tell_me_more.html','516','381')">contact  us</A> today for a personal response. </span></span><span class="style12"><br>
                                    </span><br>
                                    <br>
                                <a href="PDFs/SRS PKon POS.pdf" class="style13" ><img alt="arrow" src="images/a1.gif" style=" margin-right:5px"></a><span class="Clickhere"><a href="PDFs/SRS_POS.pdf" >Click here </a>for the  POS brochure</span></div>
                                  <a href="PDFs/SRS PKon POS.pdf" class="style13"><span class="Clickhere"><a href="PDFs/SRS_POS.pdf" >
                                  </a>
                            <div align="justify"></div>                          </div>                        </td>
                            <td style="width:40px; background:url(images/bg-line.gif) repeat-y"></td>
                            <td style="width:260px;">
                                <div  style="margin:0px 26px 0 0px">
                                    <img src="images/Pharmacy_Solutions.jpg" alt="" width="192" height="27" ><br>
                                  <strong><br>
                                  </strong><span class="ParagraphText"><span class="ParagraphText">Browse our full suite of pharmacy management applications:</span><br><br><span class="SolutionsBullets">
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 PKon Rx.html" >PKon Rx</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 340B.html" >340B</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 AutoFax.html" >Auto-Fax</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 EPrescriptions.html" >e-Prescriptions</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 ESig.html" >eSignature</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 IVR.html" >IVR</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 MAR.html" >MAR Printing</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 Offsite Backup.html" >Off-Site Backup</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 POS.html" >Point-of-Sale (POS)</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 Receivables.html" >Receivables (A/R)</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 SystemsSupport.html" >Systems Support</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 Thermal Printing.html" >Thermal Printing</a><br>
                                  <img alt="Read More" src="images/a1.gif" style=" margin-right:5px"><a href="index-3 Timeclock.html" >Timeclock</a></span><br>
                                  <br>
    </div>                        </td>
                          </tr>
                      </table>
                    </td>
                  </tr>
                  <tr>
                    <td style="height:16px"></td>
                  </tr>
                </table>
            </td>
          </tr>
          <tr>
            <td >
                <table >
                  <tr>
                    <td style="width:50%; background:url(images/bg-left.gif) top repeat-x #E6E8E9"></td>
                    <td style="width:766px; background:url(images/bg-bot.gif) repeat-y">
                        <table style="width:766px;height:81px; background:url(images/bg-bot2.gif) top repeat-x">
                          <tr>
                            <td height="147" bgcolor="#999999" style="width:271px;"><br>
                                <br>
                                <br>
                                <span class="c_text" style="margin:29px 0px 0 0px">&copy;2010 SRS Pharmacy Systems</span><br>
                            </td>
                            <td bgcolor="#999999" style="width:303px;"><br>
                                <br>
                                <br>
                                <span class="c_text"><span class="style16"><a href="index-1.html">Home</a>  |  <a href="index-2.html">Technology</a>  |  <a href="index-3.html">Solutions</a>  |  <a href="index-4.html">News</a>  |  <a href="index-6.html">Contact Us</a> </span></span></td>
                          </tr>
                        </table>
                    </td>
                    <td style="width:50%; background:url(images/bg-right.gif) top repeat-x #D3D5D6"></td>
                  </tr>
                </table>
            </td>
          </tr>
        </table>
    </body>
    </html>
    Here is the CSS:
    body{
        padding:0px;
        margin:0px;
    table {border-collapse:collapse; border:0px;}
    table, td {
        height:100%;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        list-style-type: disc;
        vertical-align: top;
        color: #666;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
    td {
        vertical-align:top;
        padding:0px;
    a:hover{text-decoration:none;}
    img {
        border:2px;
        float: left;
        border-top: 3px;
    .m_text, table, li, input, textarea
        font-size:13px;
        color: #005891;
        vertical-align: top;
        display: table;
    .m_text a{
        color:#005891
    .m_text span a{ }
    .m_text strong a{ color:#4A4A4A}
    .h_text {}
    .s_text a{ color:#414F66; font-size:10px; text-decoration:none}
    .s_text a:hover{ text-decoration:underline}
    .l_text {}
    .c_text {
        color:#FFF;
        font-size:8pt;
    .c_text a{
        color:#FFF
    .no_class, form, .no_class td
            width:auto;
            height:auto;
            margin:0px;
            padding:0px;
            border:0px;
    .line {
        background:url(images/line.gif) repeat-x;
        width:170px;
        height:2px;
        top: 12px;
    .line2 { background:url(images/line.gif) repeat-x; width:121px; height:1px}
    .form{height:20px; margin-top:3px;}
    .form input {width:213px; height:17px; padding-left:5px}
    textarea {width:213px; height:152px; padding-left:5px; overflow:auto; margin-top:3px}
    ul {
        margin:0;
        list-style-type: disc;
        list-style-position: inside;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        color: #666;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
    li  {
        margin: 0px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left center;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#B23737}
    .ParagraphHead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #005891;
        text-align: left;
    .ParagraphText {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 13px;
        color: #333;
    .BulletText {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 13px;
        color: #333;
    .Clickhere {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        color: #333;
    .ParagraphSUBHeading {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    .ParagraphSUBHeader2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #005891;
    .SolutionsBullets {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #005891;

  • HTML Printing with JEditorPane table borders is missing...

    Hi,
    My application prints HTML reports that was rendered on a JEditorPane,
    actually the printing is working fine (almost)...
    After reading a lot of posts and the Printing API i've found a very god aproach to print HTML documents... the DocumentRenderer:
    http://www.fawcette.com/javapro/2002_12/online/print_kgauthier_12_10_02/
    I'm having a strange problem that I was unable to figure out by myself...
    Table borders and table background images never get printed...
    ex: <TABLE BORDER=1 ...
    <td background="image.gif" ...
    On the JEditorPane it shows just fine but, when the page is printed there's no border or table background pictures...
    Everything else is printed ok including images, small fonts, etc...
    Does anyone else had the same problem ?
    Thanks for any help

    The borders present an interesting problem created by the way the DocumentRenderer class finds for printable Views in the HTML. DocumentRenderer searches recursively down the tree of Views starting with the Document's root view looking for leaf views, those with no children. The DocumentRenderer only paints these smallest chunks of text to the printer graphics context. This usually works because leaf views do not usually contain anything paintable.
    The problem with borders is that they represent paintable areas of branch views, those with children. When we only print leaf views, these areas get ignored.
    I see two logical solotions to the problem:
    I. Change the code of the recursive printView method of Document Renderer to print any border that intersects with the current printable clip rectangle.
    II. A much more elegant solution would be to print any view, branch or leaf, that fits within the current printable area, and cease the recursion there. This would include the borders.
    It would also increase efficiency by terminating the recursive method earlier by painting larger chunks of the HTML. A strange problem pops up when I try this, however. When the size of the chunk to be printed gets too big, nothing is printed at all. In the article this is mentioned in the area of large images. "Lastly, large icons do not print. Java simply refuses to render them on the page. Small icons work quite well, however." The same holds true for any large View.
    I have not been able to quantify the exact size where this failure occurs, nor what is causing it. If anyone can tell me what causes this problem, it should be fairly easy, depenging on the cause of the problem, to rewrite the class to print borders and also does lots of other good stuff. I have already coded the new and improved printView method, but this size limitation has made it unworkable.
    Simply stated, if I can figure out why the class does not print large icons, the rest should be easy.
    Any suggestions would be appreciated.
    Thanks,
    Kei Gauthier

Maybe you are looking for

  • Error while creating sales order : Materail not listed !!!

    Dear All, While creating a Sales Order, I am getting this message. please let me know. what is listing means. How to check it. error message Material XYYXY  is not listed and therefore not allowed Message no. V1118 Diagnosis The material entered is n

  • Maps problem on n85

    Hi. Due to constant disappearance of my phone memory, I did a hard reset on my handset but I cannot get my nokia maps working anymore. Every time I try to open it I get a mesage saying that it "failed to open app. Please download the latest version f

  • CS6: exporting "range of time markers" without setting in-/out point or defining working area?

    Hi, in CS6 I defined several "range of time markers" to get a better overview of my project. Now I want to export each range as a single video. The only way to do this is  creating in-/out points  or setting the working area (what is the English tran

  • Extended partition on old MBR HDD makes Windows 7 UEFI boot fail

    There seems to be a bug in Windows 7 Pro x64 that prevents it from booting on a GPT partitioned HDD when the same machine also has an MBR partitioned HDD with an extended partition. I have a UEFI bootable PC with two HDDs: Disk 0 is GPT partitioned a

  • After clone

    Hi, After cloning in 11i Linux , how do i need to remove PROD pointing directories and log files, any ideas. Thanks