Theresa,

With FOP 1.0, you can use either fo:table construction or
fo:block-container, both gives normal behavior and text is displayed at
bottom of the surrounding fo:block-container.

Note that (as Andreas aid) the height attribute have no effect on
fo:table; you have to set it on fo:table-row.
When applying this, your code is OK.

If this is not what you expected, you should provide further info.
Probably you want something else (like footnotes).

Le 21/06/2011 10:37, Theresa Jayne Forster a écrit :
>        <fo:block-container font-family="HelveticaNeue" font-weight="normal"
>> font-style="normal"
>>                              font-size="7pt"
>>                              line-height="8.4pt"
>>                              text-align="left"
>>                              color="cmyk(34%,30%,32%,9%) "
>>                              top="140.581mm"
>>                              left="12.7mm"
>>                              width="50mm"
>>                              height="11mm"
>>                              position="absolute"
>>                              border-color="red"
>>                              border-style="solid"
>>                              border-width="1px">
>>             <fo:table font-family="HelveticaNeue" font-weight="normal"
>> font-style="normal"
>>                       font-size="7pt"
>>                       line-height="8.4pt"
>>                       text-align="left"
>>                       color="cmyk(34%,30%,32%,9%) "
>>                       width="50mm"
>>                       height="11mm">
>>                <fo:table-body>
>>                   <fo:table-row>
>>                      <fo:table-cell font-family="HelveticaNeue"
>> font-weight="normal" font-style="normal"
>>                                     font-size="7pt"
>>                                     line-height="8.4pt"
>>                                     text-align="left"
>>                                     color="cmyk(34%,30%,32%,9%) "
>>                                     display-align="after">
>>                         <fo:block>
>>                            <fo:inline font-weight="normal"
>> font-style="normal" text-decoration="no-underline"
>>                                       vertical-align="baseline"
>>                                       font-size="100%">*Small print to be
>> added here</fo:inline>
>>                         </fo:block>
>>                      </fo:table-cell>
>>                   </fo:table-row>
>>                </fo:table-body>
>>             </fo:table>
>>          </fo:block-container>
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to