Unable to link .oft from HTML pages

A

akhil.girotra

Hi,

I have an HTML page that I am generating from FrontPage 2003. I am
creating links on the HTML page that will open the "Outlook Form
Templates". Following is the code snippet:

<p><b><font size="4">Templates</font></b></p>
<p><b>&nbsp;&nbsp;&nbsp; Verification Notices</b></p>
<p><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b>
<a href="../templates/verification%20notices/UMAC.oft">UMAC</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="../templates/verification%20notices/LMAC.oft">LMAC</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="../templates/verification%20notices/MTUM.oft">MTUM</a></p>

The HTML page is unable to open the .oft file when I click on the link.
Is there any other way to create links?

Thanks
Akhil
 
R

Roady [MVP]

It should at least work as a download link. Make sure the reference to the
template is correct.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
Hi,

I have an HTML page that I am generating from FrontPage 2003. I am
creating links on the HTML page that will open the "Outlook Form
Templates". Following is the code snippet:

<p><b><font size="4">Templates</font></b></p>
<p><b>&nbsp;&nbsp;&nbsp; Verification Notices</b></p>
<p><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b>
<a href="../templates/verification%20notices/UMAC.oft">UMAC</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="../templates/verification%20notices/LMAC.oft">LMAC</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="../templates/verification%20notices/MTUM.oft">MTUM</a></p>

The HTML page is unable to open the .oft file when I click on the link.
Is there any other way to create links?

Thanks
Akhil
 

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