PDA

View Full Version : Page property to make all links _blank?


RickJ
Mar 6, 2007, 11:52 AM
I'm working on a links page and am trying to save some time...

Is there a bit of code I can put on the page so that any links I add are automatically set for the target to be _blank?

... instead of setting the target for each link I add?

Thanks!

ragedigital
Mar 17, 2007, 08:35 PM
If you put the tag<base target="_blank">in the head of your page, all links on that page will open in a new window.

RickJ
Mar 18, 2007, 06:42 AM
Thanks rage, but that did not work.
Here's the page: Untitled Document (http://stgabrielradio.com/tl.html)

RickJ
Mar 18, 2007, 06:44 AM
PS... I take that back. It does work. I had it overridden in my Firefox settings.
Thanks!

NeedKarma
Mar 18, 2007, 07:19 AM
I learned something new today. Excellent!