How to open links in new windows


This is fairly straight forward.
Use the normal link tags but add TARGET="_blank" inside of the start tag.

It should look like this:
<A HREF="index.html" TARGET="_blank"></A>

Try it here!