email newsletter template with tabs

S

salsarea

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.
 
D

DavidF

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
 
R

Rob Giordano \(Crash\)

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,
| 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.
|
|
 
R

Rob Giordano \(Crash\)

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.
|
| DavidF
|
| | > 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,
| > | 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.
| > |
| > |
| >
| >
|
|
 

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