Hyperlink to a web page in a new window

  • Thread starter Thread starter ah
  • Start date Start date
A

ah

How to insert a hyperlink to a web page so that this web
page will open in a new window?
 
I found the solution by myself. I give it here in case
someone (as beginner as I) would be interested:
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top