How to center a label?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    How to center a label?

    No matter what a try I cannot seem to center the contents of a label? Setting a text-align:center in css doesn't seem to work. How is the ext:CenterLayout used? The CenterLayout example doesn't even use a ext:CenterLayout tag.

    The idea would be a status message on a form, but I want it centered. Labels default to left align and I can't seem to override that.

    For example, i want the label only on this sample form below to center it's contents. Why is there no Align (contents) options for tags? Wrapping it with a ext:CenterLayout doesn't work.

    <ext:Panel>
    <Items>
       <ext:TextField/>
       <ext:TextField/>
       <ext:TextField/>
       <ext:Label ID="errorMessage" Align="center" Cls="red" />
    </Items>
    </ext:Panel>
    Last edited by geoffrey.mcgill; Dec 15, 2011 at 7:27 PM. Reason: please use [CODE] tags

Similar Threads

  1. Replies: 2
    Last Post: Jun 23, 2012, 2:17 PM
  2. [CLOSED] Label Style / Obtain label color based on theme
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Apr 15, 2010, 10:35 AM
  3. to Add a tab in center is not working
    By Sameera in forum 1.x Help
    Replies: 0
    Last Post: Jan 26, 2010, 5:58 PM
  4. [CLOSED] Hi how to align the label text to center?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 13, 2009, 11:03 AM
  5. Center label in statusbar?
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2009, 12:10 PM

Tags for this Thread

Posting Permissions