Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
target="_blank" in article listing
hello.
how i can to do:
when click on article title (<txp:permlink><txp:title /></txp:permlink>) this link opened in a blank page?
i cant find some plugin.
thanks in advance!
<txp:txp_me />
Offline
Re: target="_blank" in article listing
WARNING!!!
target="_blank"
is deprecated and should not be used if you plan on creating strict, valid HTML. You should ALWAYS let the user decide if they want to open the link in a new window.
With that out of the way, here’s how to achieve your desired result:
<a href="<txp:permlink />" title="<txp:title />" target="_blank"><txp:title /></a>
Last edited by qrayg (2010-04-21 20:39:57)
Offline
Re: target="_blank" in article listing
Thank you much for information!)
Last edited by Katalonian (2010-04-21 20:56:15)
<txp:txp_me />
Offline
Pages: 1