Forum
target="_blank"
I have a simple syntax question. How do I insert target="_blank" into a template URL?
Ex:
<a href="<perch:content id="url" type="text" label="URL" />">
Where does it go here?
I have a simple syntax question. How do I insert target="_blank" into a template URL?
Ex:
<a href="<perch:content id="url" type="text" label="URL" />">
Where does it go here?
Hi Kyle, it's not part of the Perch tag as such, so you'd do it like this...
Thank you.
We do something like this (simplified a little to display here), to let the page editor decide if the link is a new window/tab or not ...