Blake, 

Did you try using the paragraph tag's align attribute that I suggested
yesterday? 

htmlText='<p align="center"><font face="KnockoutHTF51Middleweight" size="16"
color="#ffffff">SI.com\'s Peter King says T.O. is going to explode before
long, but Dallas is tough enough to survive.</font></p>';


-Keith 
http://home.mn.rr.com/keithreinfeld 
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perdue,
Blake
Sent: Wednesday, October 11, 2006 10:01 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Center align a multiline textfield?

Yeah, tried and still doesn't work. Anyone?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Thomas
Sent: Wednesday, October 11, 2006 10:37 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Center align a multiline textfield?

Capitalisation - it's autoSize, not autosize.

Ian

On 10/11/06, Perdue, Blake <[EMAIL PROTECTED]> wrote:
> I'm trying to get a multiline textfield to be center aligned. Here's
the
> code:
>
> this.createTextField('subhead',20,1,435,434,200);
>
> with (this.subhead) {
>
>             html=true;
>
>             embedFonts=true;
>
>             selectable=false;
>
>             wordWrap=true;
>
>             multiline=true;
>
>             autosize='center';
>
>             htmlText='<font face="KnockoutHTF51Middleweight" size="16"
> color="#ffffff">SI.com\'s Peter King says T.O. is going to explode
> before long, but Dallas is tough enough to survive.</font>';
>
> }
>
_______________________________________________
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

Reply via email to