Creating a hyperlink within a web page

M

Mitch

I've created a website using Publisher 2003 and placed a hyperlink on one the
pages that refers to an external website. Is there any way I can control that
when the hyperlink redirects to that external sight that the external sight
is displayed within my website?
 
D

DavidF

It sounds like you are wanting to frame another site, and this is not
supported in Publisher. Some people have used code fragments to create
iframes, but the results are unpredictable. 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
 

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

Top