Cfdocument and border-collapse

We've been using cfdocument to generate a PDF of line-up
cards used for a soccer league. Since we began using it, we've had
a problem in which the borders of the line-up cards did not
properly collapse, resulting in unsightly, double-thick black
borders throughout the document.
When I reported this back under CF7, it was acknowledged as a
bug and that's the last I've heard of it. The league has been
living with it in the meantime, but many of the types of things
we'd convert to PDF from HTML employ border-collapse and the
resulting eyesore does not reflect well on us or on Adobe.
Is there anything that can be done about this, or are there
any plans to fix this bug?

i've seen this before myself and pretty sure i was able to
remove the double borders using cellpadding="0" cellspacing="0" on
my <table> tags
give that a try maybe?

Similar Messages

  • Border-collapse property and Dreamweaver.

    Hello. I'm just beginning to learn HTML and CSS. I'm starting on a single player battleship game and am laying out the tables. I'm having trouble getting borders to collapse via dreamweaver. I've got two tables contained within a div. The tables look like this:
      <table border="1" class="player">
        <thead>
          <tr>
            <th colspan="10" class="tableHeader">Player</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td> </td>
          </tr>
         <!--Empty table data continues, omitted for brevity. Note that each table data tag above contains a non-breaking space, but isn't displayed in this forum post.-->
        </tbody>
      </table>
    The style sheet modifying the table looks like this:
    table, td, tr {
              border: 1px solid black;
              padding: 0px;
              border-collapse: collapse;
    table {
              float:left;
    td, tr {
              width: 25px;
              height: 25px;
    In the browser, the tables are collapsing just fine:
    In Dreamweaver, they're not:
    Since the tables aren't collapsing properly, they both won't fit in the div which contains them, shown as the dotted line above.
    Omitting the border="1" attribute doesn't change anything; I kept it since the textbook I'm reading recommends keeping it even when using a CSS border.
    Any help would be appreciated. The code works fine in a browser, but I'd like to be able to view the project accurately while I work on it in Dreamweaver. I'm using CS 5.5.

    So, this is my first day using this software, so I apologize if this should have been obvious, but the site displays as it does in the browser upon selecting "live view." Should I always expect to use the live view option?

  • Ul.MenuBarVertical border collapses up in IE9

    Whilst developing a new website I noticed the border collapses up in IE9. Finally I tried with all new files and found the problem still existed. My next question is... Is this a new IE9 bug that others can simply reproduce or is my IE9 copy corrupted in some way?
    Using out of the box SpryMenuBarVertical.css (version 0.6 - Spry pre-release 1.6.1) except changed ul.MenuBarVertical border to 5px solid #000 to more clearly demonstrate problem.
    Using CS5 new page XHTML 1.0 Transitional 1 column fixed centered.
    Using LiveView in below image - looks good
    Using IE9 but restricting webpage from running scripts in below image - OK
    Using IE9 and allowing blocked content - @#%&!

    I found that using the property display:inline-block; worked for me in IE 9. You will need to apply it to each unordered list as follows:
    ul.MenuBarVertical
    display:inline-block;
    ul.MenuBarVertical ul
    display:inline-block;

  • How to add a JPanel with label and border line

    hi,
    I want a Jpanel with label and border line like this.Inside it i need to have components.Is there a resuable component to bring this directly??
    Any solution in this regards.???
    Label-----------------------------------------------------------
    | |
    | |
    | |
    | |
    | |
    |________________________________________ |

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html]How to Use Borders

  • Report Generation broken after deployment - Excel Set Cell Color and Border.vi

    Upon deployment, the Excel Set Cell Color and Border.vi became broken.  After installing LV2010 SP1 to view the VIs in the deployment, I noticed that in the second case structure where the code draws the border using the BorderAround invoke node, there is an extra variant input parameter named 'Parameters'.  Upon right-clicking, an option to 'Relink Invoke Node' appeared and after selecting this, the extra input disappeared and the VI was no longer broken.
    Why does "Relink Invoke Node" appear?  How do I create a deployment with this issue?  Has anybody else experienced this?  Why is the TestStand deployment so buggy?  

    Hi Ching-Hwa,
    I have set up a test deployment here where I am deploying a workspace that contains a sequence file.  This sequence file has a LabVIEW Action Step calling a VI that opens a new Excel file and simply calls the Excel Set Cell Color and Border VI.  After deploying this, both the VI and my test sequence ran on the deployment machine without error.  Therefore, I do have some more questions to more accurately reproduce what you are seeing.
    First, what operating systems are you developing on and deploying to?  Also, what license do you have for TestStand on the machine you are deploying to?  If you have a development version, can you manually take the sequence file and VI to this machine and run it?  I know you now have LabVIEW 2010 SP1 on your development machine, but if you have the development version of TestStand as well, it would be interesting to see if you copy the files over if you still see this behavior.  Are you including the TestStand Engine in the deployment?
    Can you open a blank VI on the deployment machine and add the Excel Set Cell Color and Border VI?  It would also be interesting to see if this is not a product of the deployment, but rather an issue with something on the deployment machine itself.  What version of the Report Generation Toolkit do you have on each machine?  Also, what versions of Excel are you using on the development and deployment machine?  Again, it would be helpful for me to know exactly what versions you have installed on both the development and deployment machines so that I can reproduce this as accurately as possible.
    One last thing to try, too, would be to try deploying the VI by itself just to see if it also has the same behavior.  Do you have the Application Builder in LabVIEW?  If so, could you also try building an executable from the VI, create an installer, and deploy this to the deployment machine?  
    In regards to the "freezing" of code by removing the block diagrams, I do not believe this will be a proper work around in this case.  While this removes the block diagram from actually being deployed along with the VI and restricts users from editing the code on the deployment machine, if something is getting changed in the compiled code upon deployment, this will not stop this from happening.  This option is available more as a memory option to lower the size of the deployment as well as prohibit any users on the development machine from editing the block diagram themselves.    
    Thanks, Ching-Hwa!  I look forward to your response so that I can continue trying to reproduce this issue.  Have a great day! 
    Taylor G.
    Product Support Engineer
    National Instruments
    www.ni.com/support

  • Webpart Title and Border Does not Work

    The Chrome type "title and border" does not display the title or border on webparts. The problem is trivially reproduced:
    1. Create a new blank site.
    2. Add a webpart to it. Not important which one.
    3. Change the chrome to title and border.
    4. Apply the changes and save.
    5. Note the absence of title or border.
    Try changing the chrome type to either title or border and they work individually but together they do nothing. I have seen others report this issue of various forums but never a resolution. This worked in 2010 and does not work in 2013. I am using IE 11
    but it also didn't work with older versions of IE.

    Hi Colin,
    Could you describe how it displays when you set Chrome Type as Title and Border ? For clearly, you could compare different Chrome Types in one page and post it here, it will help to understand the issue.
    I reproduced the issue by adding five webparts of the same library named doclib into one page, and set the Chrome Type as Default, None, Title and Border, Title Only, Border Only, respectively.
    As you could see from above, Default displays as Title Only.
    Regards,
    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] .
    Rebecca Tu
    TechNet Community Support

  • EA1 - Ability to use Search option and code collapse/Expand option in ...

    Noticed the following feature which was Scheduled for Release 1.5 is missing.
    "Ability to use Search option and code collapse/Expand option in the Normal mode of PL-SQL Editor"
    This feature could save a lot of time on code reading/review/....
    Thanks,
    K.Nataraja Suthan,

    You can use the search on the read only (normal mode) of the PL/SQL Editor. Either through menu or using ctrl F.
    The other is still an enhancement and is being tracked.
    Sue.

  • Excel Set Cell Color and Border.viのbackground color 設定について

    お世話になっております。
    Microsoft オフィス用レポート生成ツールキットを使って
    LabVIEWで収集したデータをExcelファイルで出力しようと考えています。
    そこで質問が有ります。
    題名のようにExcel Set Cell Color and Border.viのbackground color 設定についてです。
    デフォルト(未配線)では白に設定されていますが、”色なし”に設定するにはどうしたら良いのでしょうか?
    又、罫線色等を指定する数値設定に関しては、何処を調べたら良いのでしょうか?
    ご教授の程、宜しくお願い致します。

    _YN 様
    平素よりNI製品をご利用頂きまして誠にありがとうございます。
    日本ナショナルインスツルメンツ技術部の湧川と申します。
    ご質問にお答え致します。
    色なしにしたいとの事ですが、こちらでExcel Set Cell Color and Border.viを使用して簡単なVIを実行させてみましたが色なしに設定することはできませんでした。
    そこで質問したいのですが色なしにする理由というのはバックグラウンドが白のままだとセルの枠が見えなくなるからでしょうか。
    もしそうであれば設定により枠をつけることができますのでそちらの方を試して頂けたらと思います。
    方法としましては同じExcel Set Cell Color and Border.viを使い設定します。
    アイコンの上部にピンク色のピンが2つあるかと思いますがそちらからセル内側の線、外側の線を設定できます。
    添付した画像を参照して下さい。
    画像のように設定しますとセルに黒色の枠ができると思います。
    数値設定などに関しても質問されていますが、そちらはヘルプがありますのでそちらを参照頂けると詳しい情報がわかるかと思います。
    LabVIEWでVIを開いている時に ctrl + H を押しますと小さいウィンドウ「詳細ヘルプ」が立ち上がります、その状態でマウスのポインタをアイコンに重ねて頂きますと詳細ヘルプにアイコンの説明が記述されます。
    ウィンドウズ内のリンクからオンラインヘルプを参照することもできます。
    上記内容をご確認いただきまして、何かS_YN様の意図と違う点などありましたらご連絡下さい。
    宜しくお願い致します。
    日本ナショナルインスツルメンツ株式会社
    技術部
    湧川 朝満
    添付:
    Excle Set Color Sample.JPG ‏58 KB

  • Adding colored background and border to the report

    Hello again,
    May I know how can I add background colour and border to a particular row or column of the output of a report? Thanks a lot!
    Regards,
    Anyi

    Are you saying that this does not work?
    report zrich_0001.
    format color 1.
    write:/ '12345', '12346', '12347',  at 132 ' '.
    format color off.
    In my system, it is a solid background color from posistion 1 to 132.  The entire line is blue.
    Regards,
    Rich Heilman

  • How to hide windows heading and border on WEB?

    How to hide windows heading and border on WEB? forms 6i.
    null

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

  • Print JFrame without title bar and border

    I am trying to print out a JFrame which contains two JPanels. The following code is part of my implementation of Printable which prints the entire JFrame including the title bar and border. I've considered implementing Printable in the JPanel classes but then I don't know how I would get everything on one page as a single image. Is there some way to just print the contentPane of the JFrame?
         public int print(Graphics g, PageFormat pf, int pi)
              throws PrinterException {
              if (pi >= 1) {
                   return Printable.NO_SUCH_PAGE;
              Graphics2D g2 = (Graphics2D) g;
              double scaleX = pf.getImageableWidth()/getWidth();
              double scaleY = pf.getImageableHeight()/getHeight();
              double scale = 1;
              g2.translate((int) pf.getImageableX(), (int) pf.getImageableY());
              if (scaleX < 1 || scaleY < 1) {
                   scale = scaleX < scaleY ? scaleX : scaleY;
                   g2.scale(scale,scale);
              printAll(g2);
              return Printable.PAGE_EXISTS;
         }                    

    Thanks.
    I can get the Jframe without the title bar and I can get it to drag on the desktop with your suggestions. I still need it to have rounded edges.

  • How to remove and change the color of Java cup and border

    Hi to all,
    How to remove and change the color of Java cup and border.
    Thanks in advance
    khiz_eng

    This is just an Image. You would need to create your own image and call setIconImage(Image) on your JFrame.

  • Displaying header and border on a dynamic page passing parameters to a form

    I am using portals 10.1.4. and am trying to pass parameters to a form which appears as a portlet on a page.
    for this, dynamic page has been used to pass parameters to that desired form. my problem is this that when the form is displayed with parameters, the header and borders of the portlet disappear.
    The check-boxes for header and borders of the portlets on the page are checked. Yet, when for any reason, the parameters are not passed into the dynamic page, the header of the dynamic page and border are displayed. But when the parameters are passed and the form shows up, then the header and borders disappear.
    can anyone help me with the following:
    - is it the desired behavior?
    - how can i get the headers and borders reappear?
    thanks

    Any ideas fellows?
    how can we control the border and header of dynamic pages when a form or report is called from them with passed parameters?
    will appreciate any helpful experiences.

  • Header and border on a dynamic page passing parameters to a form

    I am using portals 10.1.4. I am trying to pass parameters to a form which appears as a portlet on a page.
    I am using the dynamic page to pass parameters to that desired form. My problem is this that when the form is displayed with parameters, the header and borders of the portlet disappear.
    The check-boxes for header and borders of the portlets on the page are checked. Yet, when for any reason, the parameters are not passed into the dynamic page, the header of the dynamic page and border are displayed. But when the parameters are passed and the form shows up, then the header and borders disappear.
    can anyone help me with the following:
    - is it the desired behavior?
    - how can i get the headers and borders reappear?
    thanks

    Hi AMN,
    I am not sure I follow what you are exactly attempting, can you post a set of steps to reproduce?
    Cheers,
    Mick.

  • Excel Set Color and Border VI: no fill?

    If i use Excel Set Color and Border VI to modify the format of a cell, i will get white as my default color for my cell.  However, I am looking for no fill.  I don't want any color, since the color will hide the gird line.  What do I get the no fill option for cell color in LabVIEW?
    Kudos and Accepted as Solution are welcome!
    Solved!
    Go to Solution.

    I have to say I was waiting for this question (I have tried it and observed the same thing). The only solution I see is to use a combination of the RGT vis and ActiveX.
    Ben64
    note, I have connected Cell1 and Cell2 of the _Worksheet Range method but it is probably sufficient to connect only Cell1 here.
    edit: Good, your solution seems a lot more simple!

Maybe you are looking for

  • Print Cash Journal

    When I print cash journal it does not display Cash Journalwise Opening and Closing Balances. It displays the Op. and Clg. Balances for the entire Company Code. How we can see the balances for each Cash Journal.

  • Import photos from iPhone with creation date

    I am trying to copy pictures from my iPhone to my MacBook Pro while keeping the creation date.  Each time I try to copy them over, the creation date is changed to the import date.  I have read that there are 3rd party applicaitons to help with this o

  • Select the newest value of a row in a group by

    On the following query I would like to select the value of the column new_cost which belongs to the row with the newest date in the column m.creation_date, instead of using max(new_cost) select s.segment1, segment2, m.organization_id, sum(primary_qua

  • What is the TCODE for number change of idoc

    Hi all, can anyone help me in chnaging the number range of IDOCS in R/3 system.. what is the TCODE for that... Thanks in advance. Cheers, Raghavesh

  • Radix sort using integers

    Cany anyone help me convert my code to sort using integers and maybe using a Queue? Thanks in advance, I appreciate it. import java.util.*; public class RadixSort{   String[] input;   int maxLength;   public RadixSort(String[] sa){     input = sa;