hi !

i've got the following table:

<fo:table width="100%" border-top-style="solid" border-top-width="0.2mm"
 border-bottom-style="solid" border-bottom-width="0.2mm"
 border-left-style="solid" border-left-width="0.2mm"
 border-right-style="solid" border-right-width="0.2mm"
 table-omit-header-at-break="false" table-omit-footer-at-break="false">

but only the very right border is thick. the top, bottom and left border are
thin...

know why ?

second:

i have the following block in a table cell:

 <fo:table-cell border-width="0.1mm" border-style="solid"
padding-before="3pt" padding-start="3pt" padding-end="3pt"
padding-after="3pt">
    <fo:block font-family="Times" font-size="13pt" font-weight="bold"
text-align="left">
        some text
    </fo:block>
</fo:table-cell>"

but the compiler says the following error for the text-align property:

Warning: Unknown enumerated value for property 'text-align': left
Error in text-align property value 'left':
org.apache.fop.fo.expr.PropertyException: No conversion defined

third:

what is the font-family name for Arial, because when i say
font-family="Arial" i get an error message !


greetings

Nick Winger

(Software-Developer)



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

Reply via email to