How add links in the portal simple list widget when click on the link it should open in new tab
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 10:09 AM
Hi All,
I need help to how to add links in the portal configurations using simple list widget when click on the link it should open in new tab
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 12:42 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 09:40 AM
Hi Swapnil,
Thanks for your response.
how can i write the below requirement
i have a link as abc@sharepoint.com and the label should show as ABC on the portal on clicking it , it should open in a new tab.
Thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 10:04 AM
<a href="abc@sharepoint.com" target="_blank">abc@sharepoint.com </a>