Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook 2003 problem with screen tip HTML mail

Status
Not open for further replies.

satmanUK

Technical User
Oct 22, 2003
3
GB
I came across this issue recently but cant find any help for it.
In outlook 2003, then you receive a HTML mail with links and screen tips (created using the 'title' tag in html) it displays the screentip AND the link instead of the screen tip only.

When the same source code is viewed in a browser or in outlook2003 web version it is ok. This makes me thing its one of two issues, either some security/privacy setting or a fault with Outlook2003 html rendering engine.

Doesn anyone have any thoughts? -
as a test, create html page in word, highlight it and add a hyperlink and screentip text to it , then mail it to yourself and view in outlook 2003 - when you get the mail and hover over the link it shoudl display only the text, not the linkpath and the screentip as I am experiencing.
 
here is example html of a simple mail i used above..

<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test me</title>
</head>
<body>
<p><a title="show only this tip text" href=" me with hover</a></p>
</body>
</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top