editing template in Seamonkey


Author Message
Mona D.

Posted: 11/20/2010
Quote message 

Hi all,

I am editing my templates in Seamonkey and hope someone can help me with a small problem:

When creating links, how do I then make then open in new separate windows?

I guess my target shoule be _blank, but help need regarding that small problem...

With Kind Regards,

Mona D. in Denmark :-)
 
Garry

Posted: 12/1/2010
Quote message 

Yes, simply insert target="_blank" in your links as following:

<a href="http://www.mysite.com/" target="_blank">Visit mysite</a>
 
Bill_P

Posted: 12/2/2010
Quote message 

Here's an alternative to target="_blank":

http://www.ajaxblender.com/open-links-new-window-w3c-valid-target-blank.html