[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] FO questions about blocks in table-cells


Subject: RE: [xsl] FO questions about blocks in table-cells
From: DPawson@xxxxxxxxxxx
Date: Thu, 13 Jun 2002 10:43:43 +0100

I said:
> 
> Try
> 
>  <fo:table-cell border="0.4pt solid black" height="60pt" 
> padding="4pt">
> 	<fo:block  font-size="24pt"  >&#xA0;  </fo:block>
>   <fo:block border="0.4pt solid green" font-family="sans-serif"
> font-size="8pt" >0048</fo:block> 
>   </fo:table-cell>
> 
> I.e. if the top half is unused, provide empty content in the 
> same font size.

Which appears to be Antenna House only?

 <fo:table-cell border="0.4pt solid black" padding="4pt"  height="60pt" >
	<fo:block font-family="sans-serif" font-size="8pt" 
	 padding-after="29pt" >  </fo:block>  
	 <fo:block border="0.4pt solid green" font-family="sans-serif"
font-size="8pt" vertical-align='middle'>0047</fo:block> 
	
  </fo:table-cell>



       <fo:table-cell border="0.4pt solid black" height="60pt"
padding="4pt">
	   <fo:block  font-size="24pt"  >&#xA0;  </fo:block>
           <fo:block border="0.4pt solid green" font-family="sans-serif"
font-size="8pt" >0048</fo:block> 
  </fo:table-cell>

shows RenderX vs AH comparison.

47 cell works in both.

HTH DaveP

- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

14th June 2002 is RNIB Look Loud Day - visit http://www.lookloud.org.uk to
find out all about it.


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



Current Thread