Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
missing border in PDF of table with merged cells (repost)   Message List  
Reply | Forward Message #10233 of 16659 |

Hi,

 

I’ve noticed the following problem using the toolkit v1.4.1 and the FO plugin.

 

When a table cell that spans two rows follows two normal table cells, the right border between the top normal cell and the spanned cell is missing, even though rowsep and colsep are both set to 1.

It seems as though the border is there, but is being overwritten by one of the table cells.  When I set the border-width to 5, the border is visible, but when I set it to .1 for our client, it disappears.

This problem only occurs when the colwidth attribute of the colspec element is set to non-equal values for the two columns.  If the colwidth attribute of both columns is missing, emply, or equal, the borders appear correctly.

Here is some sample dita to illustrate the problem:

 

<table>

        <tgroup cols="2">

          <colspec colname="col1" colwidth="1.12*"/>

          <colspec colname="col2" colwidth="1.21*"/>

          <tbody>

            <row>

              <entry rowsep="1" colsep="1" >

                <p>A</p>

              </entry>

              <entry morerows="1" rowsep="1" colsep="1" >

                <p>B</p>

              </entry>

            </row>

            <row>

              <entry >

                <p>C</p>

              </entry>

            </row>

           </tbody>

        </tgroup>

      </table>

 

Has anyone else experienced this problem?  Any ideas for solutions?

 

Thanks,

Adena

Adena Frazer
Suite Solutions
Bringing the pieces together
Telephone: +972-2-930-9207
http://www.suite-sol.com

For upcoming DITA Training Sessions:
http://www.suite-sol.com/pages/services/services_training.html

 



Thu Apr 17, 2008 7:38 am

adenafrazer
Offline Offline
Send Email Send Email

Forward
Message #10233 of 16659 |
Expand Messages Author Sort by Date

Hi, I've noticed the following problem using the toolkit v1.4.1 and the FO plugin. When a table cell that spans two rows follows two normal table cells, the ...
Adena Frazer
adenafrazer
Offline Send Email
Apr 17, 2008
7:34 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help