Solved
Open a link in a new tab
Hi, I'd like a link that I've included in a question to open in a new tab. Does anyone have the code I can insert so that this will happen? This is what I have right now, but it will open in the same window:
<div>Were you able to visit the Cause Entrepreneur opportunity page on the ONEHOPE website before joining?<br />
<em>Please click <a href="https://www.onehopewine.com/join">here</a> to view the page for a refresher.</em></div>
Thank you!
Best answer by TomG
Add target="_blank" to your link.
```
<a rel="nofollow" href="https://www.onehopewine.com/join" target="_blank">here</a>
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Hope this helps!
