How to Create a Link That Opens In a Separate Window 
July 31st, 2009
There is a way to insert a link into your wikispace that will provide the user with a separate window to view the link. And we accomplish this by using the Embed HTML widget within our wikispace.
To do this, click on Edit, the little TV icon, then Other HTML. In the blank field, type in your link like this…
<a href="http://yourlink.com" target="_blank">Name of Your Link</a>
By including the highlighted portion of code, your link will then open in a new window. If you’re using Firefox, the link will open in a new tab instead of opening a new window.
So go ahead and try it, and let me know how it works…




