We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How add links in the portal simple list widget when click on the link it should open in new tab

nikhitha24
Tera Guru

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

Swapnil24
Tera Guru

Hi @nikhitha24 , you would need to add to your html tag

target="_blank"

Thanks,

Swapnil Deo

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

<a href="abc@sharepoint.com" target="_blank">abc@sharepoint.com </a>