Adding Hyperlinks to About Activity page

The About page does not have an html box like a custom page. I wanted to add hyperlinks to some text. I've tried several ways with no success.

It would seem that putting this code would work:
<p><a href="https://www.drugabuse.gov/about-nida/legislative-activities/testimony-to-congress/2016/prescription-opioid-heroin-abuse">Abuse </a>

Please advise.
Thank you!

Comments

  • The Custom Page activity internally is a web browser control. The About dialog just contains a series of Text controls. So it doesn't support HTML other than a few very basic HTML markup items as described at (I believe it also supports line break tags):

    http://support.andromo.com/kb/application-settings/app-info#about-dialog-text

    So your actual link text will work as it is there, however you would need to remove the paragraph tag(s) and possibly others depending on what you've entered.

Sign In or Register to comment.