Click to See Complete Forum and Search --> : making links open a new window


juvey
10-22-2003, 10:34 PM
I read somewhere how to do this, but I don't remember how. So can anyone tell me how to make a link open a new window instead of replacing your site? Thanks.

juvey

Daria
10-22-2003, 10:38 PM
add target="_blank" within your link, such as

<a href="http://forums.webdeveloper.com" target="_blank">

juvey
10-22-2003, 10:45 PM
Aha. Thanks much.

Daria
10-22-2003, 10:48 PM
Sure thing.