If you are talking about opening links in a new tab in a browser, not sure
how to go about that. However you can code links to open in a new window,
and perhaps if you play with that you can accomplish what you want.
Reference: Create a hyperlink in Publisher that opens in a new window:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx
And if you choose to use the ECMAScript code approach note that the first
javascript code snippet is incorrect on the website. Use this instead:
<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>
DavidF
>I am developing an email newsletter and would like to use tabs for various
> topics instead of links? Any ideas? Many thanks for your time.
Rob Giordano (Crash) - 26 Feb 2007 21:19 GMT
You can't control tabs.
| If you are talking about opening links in a new tab in a browser, not sure
| how to go about that. However you can code links to open in a new window,
[quoted text clipped - 13 lines]
| >I am developing an email newsletter and would like to use tabs for various
| > topics instead of links? Any ideas? Many thanks for your time.
DavidF - 26 Feb 2007 21:52 GMT
Thanks. I hope that was what the OP was talking about.
DavidF
> You can't control tabs.
>
[quoted text clipped - 19 lines]
> various
> | > topics instead of links? Any ideas? Many thanks for your time.
Rob Giordano (Crash) - 27 Feb 2007 04:26 GMT
I think so.
I was looking for a way to open in a new tab a few months ago...I'm told it
can't be done.
| Thanks. I hope that was what the OP was talking about.
|
[quoted text clipped - 23 lines]
| > various
| > | > topics instead of links? Any ideas? Many thanks for your time.