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

Links should not open in new tab

  • January 6, 2016
  • 1 reply
  • 2399 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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
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

JDNelson1Community AdvisorAccepted solution
Community Advisor
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
Level 10
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"