You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Balaji Loganathan <ba...@yahoo.com> on 2002/07/15 11:49:44 UTC

table border

Hi,
I have a table with 2 columns and 1 row.
If i specify  
border-right-style="solid",border-right-width="20mm"
for the 
first column,
the border width is rendered by borrowing
10mm from left of second column and
10mm from right side of first column

But I want the border to appear only in first column.
is it possible ??
Thank you very much.  



http://www.sold.com.au - SOLD.com.au
- Find yourself a bargain!

Re: table border

Posted by Balaji Loganathan <ba...@yahoo.com>.
Hi Oleg,
 Thanks a lot for ur tip.
 I found 
fo:table-cell  border-collapse="separate"
border-right-style="solid" border-right-width="20mm">
will keep the border within table cell.

Regards
Balaji
--- Oleg Tkachenko <ol...@multiconn.com> wrote:
> alaji Loganathan wrote:
> 
> > I have a table with 2 columns and 1 row.
> > If i specify  
> >
> border-right-style="solid",border-right-width="20mm"
> > for the 
> > first column,
> Actually table column has no border properties, see
> spec:
> 
> "The following properties apply to this formatting
> object:
> - Common Border, Padding, and Background Properties
> -- § 7.7 on page 184
> Only the background properties from this set apply.
> If the value of 
> border-collapse is "collapse" or
> "collapse-with-precedence" for the table the border
> properties also apply.
> ..."
> 
> -- 
> Oleg Tkachenko
> Multiconn International, Israel
> 


http://www.sold.com.au - SOLD.com.au
- Find yourself a bargain!

Re: table border

Posted by Oleg Tkachenko <ol...@multiconn.com>.
alaji Loganathan wrote:

> I have a table with 2 columns and 1 row.
> If i specify  
> border-right-style="solid",border-right-width="20mm"
> for the 
> first column,
Actually table column has no border properties, see spec:

"The following properties apply to this formatting object:
- Common Border, Padding, and Background Properties -- § 7.7 on page 184
Only the background properties from this set apply. If the value of 
border-collapse is "collapse" or
"collapse-with-precedence" for the table the border properties also apply.
..."

-- 
Oleg Tkachenko
Multiconn International, Israel