Re: [Flashcoders] html text in two columns

2007-01-04 Thread natalia Vikhtinskaya

I found more complex
content.htmlText='block1 block2
headerblock2
long  text'

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='block1 block2
headerblock2 long  text'

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='block1 block2
header
> > block2 long  text'
> >
> > with this example block2 header has indent but block 2 text does not
have
> > it.
> >
> > Thank you for any help.
> > ___
> > Flashcoders@chattyfig.figleaf.com
> > 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
> >
>
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] html text in two columns

2007-01-03 Thread Sajid Saiyed

Or else, try this:
content.html=true;

content.wordWrap=true;

content.multiline=true;

content.autoSize="left";

content.condenseWhite=true;

content.htmlText='block1 block2
headerblock2 long  text'

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='block1 block2 header
> block2 long  text'
>
> with this example block2 header has indent but block 2 text does not have
> it.
>
> Thank you for any help.
> ___
> Flashcoders@chattyfig.figleaf.com
> 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
>


___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] html text in two columns

2007-01-03 Thread Sajid Saiyed

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='block1 block2 header
block2 long  text'

with this example block2 header has indent but block 2 text does not have
it.

Thank you for any help.
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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


[Flashcoders] html text in two columns

2007-01-03 Thread natalia Vikhtinskaya

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='block1 block2 header
block2 long  text'

with this example block2 header has indent but block 2 text does not have
it.

Thank you for any help.
___
Flashcoders@chattyfig.figleaf.com
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