I would like to replace a linebreak with a linebreak followed by a tabspace [slash]t.


It doesn't answer your question, but if you switch to XML you can use list item tags (<li>) and format those with CSS or textFormat objects.

<myData>
        <node type='XHTML-content'>
                <ul>
                        <li>Bullet 1</li>
                        <li>Bullet 2</li>
                </ul>
        </node>
</myData>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to