Reputation:
I have the code below to make part of my rss feed a hyperlink but how to i change this to make the link open in a new tab or a new window.
print "<a href=\"$this->link\">";
I tried adding target="_blank"
but was not sure how to add it.
Upvotes: 0
Views: 3731