opening link in a new window??? How
I have some vB links that I would like to open in a new window.
I have found this code below:
To get a link to open in a new browser window, what you do is add the target="_blank" attribute to your link tag, like this:
<A HREF="http://www.pageresource.com/linkus.htm" target="_blank">
Link to us!</A>
But since i am adding this target="_blank" attribute to the templates, its not actioning.
What else can i try?
|