Hmm... responses to this question seem a bit slow. Maybe its because of the upcoming Christmas break... anyway, I've upped the points hoping to attract some more interest.
Main Topics
Browse All TopicsBasic issue: I'm designing a new corporate email signature and Outlook 2003's spell checker keeps wanting to correct the spelling of our website address. The current corporate email signature does not have this problem.
More information: We are running Office 2003 and have a tool (Symprex Mail Signature Manager) to create a custom email signature for every user, every time they login, based on a single HTML template. This works great, no problems with the current setup nor the HTML code generated for the email signatures.
Using this same tool, I am testing a new email signature design with the same key text (ie. name, title, contact numbers, postal address and web address). The tool's generated HTML code creates the new signature exactly as required, no problems with its appearance & layout... but Outlook doesn't like the spelling of our website address in this new signature, yet this same address is fine in the current signature.
We do not use Word as Outlook's HTML editor (this is nailed down for all users via group policy).
Included here is the HTML code for the 2 signatures, copied from my profile\Application Data\Microsoft\Signatures folder, with some minor modifications to remove identifiable details.
You'll notice the table & image of the new signature is arranged a little differently. This is because the background image is designed to go behind the table & all the signature text, while the current signature only has an icon sized image located in the first cell of the table. Also, the website's hyper link has additional 'style' to make it look like normal text instead of being blue & underlined.
In the new signature, I have tried moving & removing the <div>, have tried different & default formatting for the hyper link, and have tried removing & adding the <head> field. I am not a HTML coder... the current signature is not my design while the new one is based on my own research, to find the few HTML commands I need to create the layout I'm looking for.
Requires solution: I know I can add the words to the spell checker. I have seen this solution posted everywhere, so you don't need to mention it again. This email signature will be rolled out to the entire corporation and we do not want every user calling us (IT Help Desk) complaining about their email spell checker. Your suggested solution should resolve this issue by fixing the HTML code (if it is broken) or by applying an Outlook setting to all users (eg. group policy). Remember, the current signature works fine... so why doesn't the new one?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
davidpm
Thanks for the feedback...
Re your first comment: perhaps my modified code sample wasn't the best, since the "www.our.web.site" does not contain incorrectly spelled words. I repeated your test in a new signature file and got the same result as you. So then made deliberate spelling mistakes in the web address and then found the spell checker has picked them up , instead of skipping the signature all together.
Re your second comment: I don't understand it... and I have no concern for Outlook 2007.
Re your third comment: the "P" character is the Webdings font that gives the tree & river icon in the bottom line. And that's after the spelling errors...
After more trial and error testing, I have finally resolved this issue. The problem was the <b>bold</b> inside the <a>hyper link</a> to our website. After changing this:
<a href="http://www.our.web.s
to this:
<b><a href="http://www.our.web.s
it all works as intended. It appears as though though the bold formatting inside the hyper link stops the spell checker from recognising & skipping the hyper link. I knew it had to be something simple!
Business Accounts
Answer for Membership
by: mayday175Posted on 2008-12-22 at 16:57:05ID: 23230821
I've attached some sample images of what the two signatures actually look like...
New Email Signature
Current Email Signature