Hyperlink to a web page in a new window

A

ah

How to insert a hyperlink to a web page so that this web
page will open in a new window?
 
A

ah

I found the solution by myself. I give it here in case
someone (as beginner as I) would be interested:
 
R

Ronx

In hyperlink properties set the target to New Page (_blank)
Or in HTML view use
<a href="pagename.htm" target="_blank">opens in new window</a>

Ron
 
Top