HTML links stripped when received

C

Chandler Chao

Ok, I'm really baffled with this problem. When email is sent from our
company a short html file is appended to the email that contains for html
links to websites. When outlook 2003 receives said email the links are
stripped of the characters "h, thereby making the links non-functional. A
link done in the signature won't be stripped though, it is only in the part
that is appended. Moreover it only seems to be with Outlook clients. Other
email clients read the email fine. Also, there are no firewalls and such on
the clients end, just the Outlook client.

Here is the html code from one of the emails. Notice that the last four
links are the ones affected. I realize that the <html> and <head> tags close
prematurely, however I've tried surrounding the links with a duplicate set of
<html><head><body> tags with all the meta information and the links still get
stripped.

Thanks in advance

<HTML><HEAD>
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV><A href="http://www.vegasfreedom.com">www.vegasfreedom.com</A></DIV>
<DIV> </DIV>
<DIV>Marc Johnson<BR>Network Supervisor<BR>Las Vegas Convention & Visitors
Authority<BR>(702) 892-7601</DIV></BODY></HTML>
<br>
| <a href=ttp://www.vegasfreedom.com'>www.vegasfreedom.com</a> |
<a href=ttp://www.lvcva.com'>www.lvcva.com</a> |
<a href=ttp://www.visitlaughlin.com'>www.visitlaughlin.com</a> |
<a href=ttp://www.visitmesquite.com'>www.visitmesquite.com</a> |
 
C

Chandler Chao

The missing quotes are not a typo. The quote and the h actually get stripped
from the mail message.

Diane Poremsky said:
are the missing and incorrect quotes a typo?

<a href=ttp://www.vegasfreedom.com'>www.vegasfreedom.com</a>

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/


Chandler Chao said:
Ok, I'm really baffled with this problem. When email is sent from our
company a short html file is appended to the email that contains for html
links to websites. When outlook 2003 receives said email the links are
stripped of the characters "h, thereby making the links non-functional. A
link done in the signature won't be stripped though, it is only in the
part
that is appended. Moreover it only seems to be with Outlook clients.
Other
email clients read the email fine. Also, there are no firewalls and such
on
the clients end, just the Outlook client.

Here is the html code from one of the emails. Notice that the last four
links are the ones affected. I realize that the <html> and <head> tags
close
prematurely, however I've tried surrounding the links with a duplicate set
of
<html><head><body> tags with all the meta information and the links still
get
stripped.

Thanks in advance

<HTML><HEAD>
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV><A href="http://www.vegasfreedom.com">www.vegasfreedom.com</A></DIV>
<DIV> </DIV>
<DIV>Marc Johnson<BR>Network Supervisor<BR>Las Vegas Convention & Visitors
Authority<BR>(702) 892-7601</DIV></BODY></HTML>
<br>
| <a href=ttp://www.vegasfreedom.com'>www.vegasfreedom.com</a> |
<a href=ttp://www.lvcva.com'>www.lvcva.com</a> |
<a href=ttp://www.visitlaughlin.com'>www.visitlaughlin.com</a> |
<a href=ttp://www.visitmesquite.com'>www.visitmesquite.com</a> |
 
C

Chandler Chao

There is no type. Outlook actually strips the quote and the h.

Diane Poremsky said:
are the missing and incorrect quotes a typo?

<a href=ttp://www.vegasfreedom.com'>www.vegasfreedom.com</a>

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/


Chandler Chao said:
Ok, I'm really baffled with this problem. When email is sent from our
company a short html file is appended to the email that contains for html
links to websites. When outlook 2003 receives said email the links are
stripped of the characters "h, thereby making the links non-functional. A
link done in the signature won't be stripped though, it is only in the
part
that is appended. Moreover it only seems to be with Outlook clients.
Other
email clients read the email fine. Also, there are no firewalls and such
on
the clients end, just the Outlook client.

Here is the html code from one of the emails. Notice that the last four
links are the ones affected. I realize that the <html> and <head> tags
close
prematurely, however I've tried surrounding the links with a duplicate set
of
<html><head><body> tags with all the meta information and the links still
get
stripped.

Thanks in advance

<HTML><HEAD>
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV><A href="http://www.vegasfreedom.com">www.vegasfreedom.com</A></DIV>
<DIV> </DIV>
<DIV>Marc Johnson<BR>Network Supervisor<BR>Las Vegas Convention & Visitors
Authority<BR>(702) 892-7601</DIV></BODY></HTML>
<br>
| <a href=ttp://www.vegasfreedom.com'>www.vegasfreedom.com</a> |
<a href=ttp://www.lvcva.com'>www.lvcva.com</a> |
<a href=ttp://www.visitlaughlin.com'>www.visitlaughlin.com</a> |
<a href=ttp://www.visitmesquite.com'>www.visitmesquite.com</a> |
 

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