11 messages in org.apache.xmlgraphics.fop-usersRe: Border issue
FromSent OnAttachments
Zaleski, Matthew (M.E.)Jul 27, 2004 1:58 pm.fo, .pdf
J.PietschmannJul 28, 2004 1:20 pm 
Zaleski, Matthew (M.E.)Jul 28, 2004 1:24 pm 
J.PietschmannJul 28, 2004 2:10 pm 
Amita RathoreJul 29, 2004 5:55 am 
Zaleski, Matthew (M.E.)Jul 29, 2004 1:56 pm.fo, .pdf
Zaleski, Matthew (M.E.)Aug 3, 2004 12:19 pm.fo, .pdf, .txt
J.PietschmannAug 3, 2004 1:38 pm 
John BurgessAug 4, 2004 2:19 am 
Zaleski, Matthew (M.E.)Aug 4, 2004 11:24 am 
Zaleski, Matthew (M.E.)Aug 4, 2004 11:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Border issueActions...
From:Amita Rathore (arat@in.ibm.com)
Date:Jul 29, 2004 5:55:01 am
List:org.apache.xmlgraphics.fop-users

Just have a look at this. It helps me keep space between blocks and the header of the cells.

<fo:table-row> <fo:table-cell padding="3pt 3pt 3pt 3pt" text-align="left" border-color="#FFFFFF #FFFFFF #FFFFFF #FFFFFF" border-style="none solid none none" border-width="0pt .5pt 0pt 0pt" background-color="#ddd"> <fo:block text-align="left" font-size="9pt">header1</fo:block> </fo:table-cell> <fo:table-cell padding="3pt 3pt 3pt 3pt" text-align="left" border-color="#FFFFFF #FFFFFF #FFFFFF #FFFFFF" border-style="none solid none solid" border-width="0pt .5pt 0pt .5pt" background-color="#ddd"> <fo:block text-align="right" font-size="9pt"> header2 </fo:block> </fo:table-cell> <fo:table-cell padding="3pt 3pt 3pt 3pt" text-align="left" border-color="#FFFFFF #FFFFFF #FFFFFF #FFFFFF" border-style="none none none solid" border-width="0pt 0pt 0pt .5pt" background-color="#ddd"> <fo:block text-align="left" font-size="9pt"> header3 </fo:block> </fo:table-cell> </fo:table-row>

I need to keep space between my blocks and the borders of the cells.