Help - Search - Members - Calendar
Full Version: links opening new windows
Movable Type Community Forum > Additional Resources > Tips and Tricks
gorkalimotxo
hi! how can I make my weblog open a new window when clicking in a link appearing in a post? when i do this now it always open the new website in the same window. Thanks!
DemiGoddess
Add target="_blank" to the end of the URL

When linking in the MT Add Entry form, type the words you want to link, highlight them and click the URL button. Type in the URL, end it with double quote, then space and the target definition leaving off the last double quote, like this:

CODE
http://www.somewebsite.com" target="_blank


MT will add the last double quote for you. And your link will open in a new window.
kate
Or if you want all links on your blog page to open in a new window (not just the links in entries), you can add

CODE
<base target ="_blank">


to the top of the template(s).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.