A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Menu Builder Tip

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    29
    I discovered one thing that may help people in the new menu creation tool. The first thing that I noticed is that the text in the buttons seems to always be left-justified (if there is a way to change this let me know). The solution that I found is to use non-breaking spaces in the HTML entry field.

    Example:
    If I wanted the abbreviation "LOL" centered, I would just enter LOL (or however many non-breaking spaces it takes to center it)

    Font tags also work here I have found, but not center tags (hence the point to this post)

    Maybe everybody knows this stuff, but I thought it couldn't hurt to post it just in case anyone was having a problem

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    div

    Originally posted by kirpre
    I discovered one thing that may help people in the new menu creation tool. The first thing that I noticed is that the text in the buttons seems to always be left-justified (if there is a way to change this let me know). The solution that I found is to use non-breaking spaces in the HTML entry field.

    Example:
    If I wanted the abbreviation "LOL" centered, I would just enter LOL (or however many non-breaking spaces it takes to center it)

    Font tags also work here I have found, but not center tags (hence the point to this post)

    Maybe everybody knows this stuff, but I thought it couldn't hurt to post it just in case anyone was having a problem

    use <<div align=center>>Item<</div>>

    Of course leave out the extra ">"

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    29
    Even better. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center