Hyperlink Options-Opening new browser windows

P

pmtruitt

Is it possible within Publisher for a hyperlinked picture or text to open a
new browser window rather than navigate away from the page you are on?
 
S

Steve Marquis

Is it possible within Publisher for a hyperlinked picture or text to open a
new browser window rather than navigate away from the page you are on?


Dare I answer this??? I'm a newbie here but I've figured this one
out

Add an HTML Code Fragment like this

<br><a href="http://www.camra.org.uk/" target="_blank">Camra National
Web Site</a>

the href is in quotes and the magic bit is target="_blank"

Camra National Web Site is underlined as the click bit

Cheers!

Steve M
 
P

pmtruitt

That was very helpful...Thanks!
Followup question though...any idea how to attach the fragment to a picture
rather than displaying text?
 
D

David Bartosik

Fragments are not attached or otherwise connected to any other page object.
If you want to use an image then you include the code for the image in your
html and the image file is external to the Publisher file.
The text in the link code is simply replaced with an image tag. You can get
examples of the image tag in this article -
http://www.publishermvps.com/Default.aspx?tabid=84
This article - http://www.publishermvps.com/Default.aspx?tabid=110 - may
also help you with coding links.
For more in-depth help in coding I'd refer you to any html tutorial site
such as http://www.htmlgoodies.com
 
A

alfgaba

All these references point me to the exact same spot:

http://www.publishermvps.com/

regardless of which tabid is entered :(

Regards
Alf

David Bartosik said:
For future referance this is covered on the FAQ
http://www.publishermvps.com/Default.aspx?tabid=30 - Q. 7

--
David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com



Steve Marquis said:
Dare I answer this??? I'm a newbie here but I've figured this one
out

Add an HTML Code Fragment like this

<br><a href="http://www.camra.org.uk/" target="_blank">Camra National
Web Site</a>

the href is in quotes and the magic bit is target="_blank"

Camra National Web Site is underlined as the click bit

Cheers!

Steve M
 
M

Mary Sauer

Try here
http://msmvps.com/blogs/dbartosik/articles/81266.aspx

--
Mary Sauer MSFT MVP
http://office.microsoft.com/


alfgaba said:
All these references point me to the exact same spot:

http://www.publishermvps.com/

regardless of which tabid is entered :(

Regards
Alf

David Bartosik said:
For future referance this is covered on the FAQ
http://www.publishermvps.com/Default.aspx?tabid=30 - Q. 7

--
David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com



Steve Marquis said:
On Tue, 12 Jul 2005 08:40:10 -0700, "pmtruitt"

Is it possible within Publisher for a hyperlinked picture or text to open
a
new browser window rather than navigate away from the page you are on?


Dare I answer this??? I'm a newbie here but I've figured this one
out

Add an HTML Code Fragment like this

<br><a href="http://www.camra.org.uk/" target="_blank">Camra National
Web Site</a>

the href is in quotes and the magic bit is target="_blank"

Camra National Web Site is underlined as the click bit

Cheers!

Steve M
 

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