I found more complex content.htmlText='<TEXTFORMAT tabStops="[8]">block1<TAB><P> block2 header</P><TEXTFORMAT LEFTMARGIN="132">block2 long text</TEXTFORMAT></TEXTFORMAT>'
It works but not sure I understand why. 2007/1/4, Sajid Saiyed <[EMAIL PROTECTED]>:
Or else, try this: content.html=true; content.wordWrap=true; content.multiline=true; content.autoSize="left"; content.condenseWhite=true; content.htmlText='<TEXTFORMAT tabStops="[140]">block1<TAB> block2 header<br><TAB>block2 long text</TEXTFORMAT>' You had to add a Tab before block2 long text. Regards Sajid On 1/4/07, Sajid Saiyed <[EMAIL PROTECTED]> wrote: > Hi, > Here is a hack or a workaround to achieve it: > http://www.ssdesigninteractive.com/ssdesign/?p=91 > > Regards > Sajid > > On 1/4/07, natalia Vikhtinskaya <[EMAIL PROTECTED]> wrote: > > Hi to all > > > > Is it possible to show html text in columns if text has more than one line? > > > > content.html=true; > > > > content.wordWrap=true; > > > > content.multiline=true; > > > > content.autoSize="left"; > > > > content.condenseWhite=true; > > > > content.htmlText='<TEXTFORMAT tabStops="[140]">block1<TAB> block2 header<br> > > block2 long text</TEXTFORMAT>' > > > > with this example block2 header has indent but block 2 text does not have > > it. > > > > Thank you for any help. > > _______________________________________________ > > [email protected] > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

