Links - how to open them in a new window
I've set up a field in a custom form which links to websites outside of Vantage Directory. This is the code I use:
<a href="http://www.urlgoeshere.com">Click to view</a>
It calls up the website just fine, but I would like for it to open the website in another window so that you can toggle back & forth between Vantage and the "outside" website. I've tried this HTML code, but it doesn't work:
<a href=”
http://www.urlgoeshere.com” target=”_blank”>WORDS GO HERE</a>>
My developer describes it as "eating the code".
Can you suggest other HTML to do this??? Thanks!