View Full Version : Hyperlink Targets for a whole page


icesword
08-19-2003, 02:20 AM
Okay, if you have frames, you can target what frame you want the page to open in. Okay. Is there a way to get EVERYTHING on the page to open up in a new window, instead of adding the targeting stuff into every single link? Its kinda annoying. hehe.

Thank you in advance =)

starlet
08-19-2003, 02:42 AM
<base target="_blank">

dArK_vYruZ
08-19-2003, 02:48 AM
does <base target="yourframename"> work??

and i suppose u put the code inside <body> tag??

starlet
08-19-2003, 03:21 AM
Yup, it'll work for any target...and yup shove it anywhere in the body above the links.