When ppl click on an external link in one of my posts, I would like the link to open in a window on the site ... meaning, I do not want them to leave my site. How do I do that?
Thank you.
When ppl click on an external link in one of my posts, I would like the link to open in a window on the site ... meaning, I do not want them to leave my site. How do I do that?
Thank you.
You just need to add a target="_blank" parameter.
For example, we're used to:
href="http://rk.md"
With the addition of the target parameter, it becomes:
href="http://rk.md" target="_blank"
Please change the status of this thread to "resolved." =)
Thank you.
This topic has been closed to new replies.