At 9:03 AM -0700 5/3/2002, lifepaintandpassion wrote:
>How do you create HTML and mailto: links within the text of a text field
>again? Do you need to import an HTML file to that field or can you format it
>so that it's in the text within a field.

One way is to set the linkText of the link to the appropriate URL, then use
a linkClicked handler to use the revGoURL command:

  on linkClicked theLinkText
    revGoURL theLinkText
  end linkClicked

You'll also need to set the text style of each link to "link".

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to