Links should not open in new tab | Community
Skip to main content
Victor_Sartori_
New Participant
January 6, 2016
Solved

Links should not open in new tab

  • January 6, 2016
  • 1 reply
  • 2398 views

Hi,

I am designing some landing pages and every link that I insert there will open in a new tab when clicked, but I wanted some of them to stay on the same tab instead.

Any ideas of how to do this?

Thanks in advance!

Best answer by JDNelson1

When you insert the link, change the "target" to be "current window" or you can hard code it in the html via: <a href="targeturl.com" target="_self">

1 reply

JDNelson1Accepted solution
Community Manager
January 6, 2016

When you insert the link, change the "target" to be "current window" or you can hard code it in the html via: <a href="targeturl.com" target="_self">

Justin_Cooperm2
New Participant
January 6, 2016

Yeah, you should find this option available in the text editor when you insert a new link. There is a dropdown for "Target"