[flexcoders] Question about alligning code

2005-09-16 Thread nostra72
What if I am making a page and I want to allign a Vbox to the left side of the page is there a way to do this?   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Question about alligning code

2005-09-16 Thread Gordon Smith
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 16, 2005 1:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about alligning code   What if I am making a page and I want to allign a

Re: [flexcoders] Question about alligning code

2005-09-17 Thread nostra72
In a message dated 9/17/2005 2:21:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes: horizontalAlign="left"/ I tried to do this with a label and I got a message saying unknown attribute -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Se

RE: [flexcoders] Question about alligning code

2005-09-17 Thread Gordon Smith
- Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, September 17, 2005 2:04 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Question about alligning code   In a message dated 9/17/2005 2:21:26 AM East

Re: [flexcoders] Question about alligning code

2005-09-18 Thread Sreejith Unnikrishan
For mx:Label, maybe you should try "textAlign" and not "horizontalAlign" ! Sree [EMAIL PROTECTED] wrote: > In a message dated 9/17/2005 2:21:26 AM Eastern Standard Time, > [EMAIL PROTECTED] writes: > > horizontalAlign="left"/ > > I tried to do this with a label and I got a message saying un