Publisher websites - How2 get links2 open auto'ly in new window?

R

ruth

How can you automatically get links to open to a new window in websites
created in publisher?
 
D

DavidF

If you want to open the link in a new window, you can use the insert html
code fragment tool to insert the
following:

<a target="_blank" href="http://www.domain.com">Link Text</a>

DavidF
 
Top