A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Component text box and using links

  1. #1
    Senior Member
    Join Date
    Apr 2003
    Posts
    138

    Component text box and using links

    I am using the componet for a text box. I was wondering how i can format a hyperlink in it. I have the link and it works, but it doesn't have the underline or the color that signifies it is a hyperlink , like in regular HTML. I hae the HTML box checked to yes so it allows HTML. Here is a link to the example, it is under the Saturn section. http://portfolio.iu.edu/migomez/Poha...anka_main.html

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    So! Use an "a href" tag for the link, an < u> tag (no space after the first "<") to underline, and a < font color='#FF0000'> tag to color it, as described here...

    http://www.macromedia.com/support/fl...s/htmltext.htm

    The link will not change color if/or when already visited as with html, though!

  3. #3
    Senior Member
    Join Date
    Apr 2003
    Posts
    138
    Yeah that is what I ended up doing. I cant get the html for font to work though, I wanted to change the size of some of the fonts.

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