The formatting of list-item has seemed to have changed
from 0.20.5 to 0.92. I have a list item (code
contained below) that is rending as follows in 0.92:
---------------------
|item-body (block 1)|
---------------------
------------
|item-label|
------------
---------------------
|item-body (block 2)|
---------------------
Here is what I am expecting and how 0.20.5 seemed to
work (unless something else in the port is causing
this changed behavior):
------------ ---------------------
|item-label| |item-body (block 1)|
------------ ---------------------
---------------------
|item-body (block 2)|
---------------------
How can I get my desired behavior in 0.92?
Regards,
Dave
<fo:list-block>
<fo:list-item>
<fo:list-item-label>
<fo:block text-align="left"
padding-before="0.15in" width="3.50in">
<fo:external-graphic
src="intelligent_systems_logo.gif"
content-height="0.75in" content-width="3.0in" />
</fo:block>
</fo:list-item-label>
<fo:list-item-body>
<fo:block>
<fo:block
text-align="right"
padding-before="0.15in" font-size="14pt"
font-weight="bold" color="#0000C0"
vertical-align="middle">Current Out Of Stock
Report</fo:block>
<fo:block
text-align="right"
padding-before="0.0675in" font-size="9pt"
font-weight="bold" color="gray"
vertical-align="top">June 05, 2006 at 01:16
PM</fo:block>
</fo:block>
</fo:list-item-body>
</fo:list-item>
</fo:list-block>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]