PDA

View Full Version : Coding Question...


FreeHugeMovies
10-03-2001, 04:25 PM
Does anyone know any kind of code that I can put in the begining of my shtml page that will make every link open up in a new browser? That way when I update a page I won't have to spend so much time on each link.

Thanks,
The Jester

Unknown
10-03-2001, 04:28 PM
Put this between your HEAD tags:

<base target=_blank>

FreeHugeMovies
10-03-2001, 05:49 PM
Thank you!