Quote:
Originally Posted by scottjonesqpr
this is brilliant!
thank you!
excuse my idiocy but how do i get the twitter link to open a new page??
|
To get the link to open in a new browser window, what you do is add the
target="_blank" attribute to your code, like this
Code:
<a href="https://twitter.com/$post[field11]" target="_blank">
If you do that , then you don't navigate away from your site