Making links that pop-up a new window.

If you wish to make a link pop open a new window to display the link's content, add "target=_blank" without the quotations after the URL.
I.E.:
<a href="http://www.visforvoltage.org" target=_blank>open V2.0 in a new window</a>
gives you:
open V2.0 in a new window
this works for any kind of link that's invoked with the anchor (a href=) tag, including direct links to pics, vids, etc.
I.E.
< a href="http://www.visforvoltage.org/files/ebike_2.jpg" target=_blank>my bike in a new window</a>
gives you:
my bike in a new window
Some browsers will open a new tab instead. The "block pop-ups" browser options on some browsers may prevent a window invoked this way from opening.

------------

Syndicate content