Add a message to the Attachments ui page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 09:02 PM
I would like to add a clickable URL link in the red box of the following image. But I don't know where to edit it.
Please tell me how to add it.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:10 PM
Hey @Takakazu Sato :
You will need to add an anchor tag to the UI page
< a href="<your desired link" target="_blank" > "your link display name" </a>
For more on anchor refer below
https://www.w3schools.com/tags/tag_a.asp
I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue
Mark this as Helpful / Accept the Solution if this clears your issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:10 AM
Thanks for the reply.
What line should I insert this HTML code?
It would be helpful if you could tell me.