Hi Matt,

Here's how I usually use bullet points:

                        <fo:list-block
provisional-distance-between-starts="12pt">
                                <fo:list-item><fo:list-item-label
end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
                                        <fo:list-item-body
start-indent="body-start()"><fo:block>SOME BULLET POINT TEXT IN
HERE</fo:block></fo:list-item-body>
                                </fo:list-item>
                        </fo:list-block>

As you can see from the example all you need to do to create a bullet point
is to use &#x2022; in the place where you want it to appear. Hope this
helps,

Vlad 


 -----Original Message-----
From:   Matt Laywell [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, 18 December 2001 7:29 a.m.
To:     '[EMAIL PROTECTED]'
Subject:        special characters

I need to insert a bullet into my fo doc. can this be done or do i need to
use an inline graphic? using sans serif default font
also i tried to use the &crlf;

[ERROR]: The entity "crlf" was referenced, but not declared.

i do not understand this at all.

please help.

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

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

Reply via email to