This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FO and vertical lines


Jaideep Chadha wrote:
> I want to generate vertical lines between columns of a table.  I am 
> using FO to generate a pdf.
> How can I do this?

The usual approach is to set a border for the
table cells, for example on the cells making
up the left column:
   <fo:table-cell border-right-width="1pt"
     border-right-style="solid"> ...
If this doesn't work because your cells have
a margin, try to put the cell content in a
separate block and define the margin there
instead on the cells.

J.Pietschmann


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]