The following has been going on for over a week, and I can't find a
solution:
We send an email to approx. 200 dealers.
The email is generated by a VBScript on a schedule.
The VBScript access' a database for various information.
The email is configured to HTML format.
In the email there are two hyperlinks one to a French URL and one to an
English URL.
[PROBLEM]
When some of the recipients receive the email the hyperlink is broke.
eg. http://www.test.com/test.asp?dealer=1 111
(Spaces in the URL)
Or (this just happened)
eg. http://www.testcom/test.asp?dealer=1 111
(The period between test and com disappeared)
[WHAT I TRIED]
Put the whole thing in table tags with the nowrap attribute.
Tried the <nobr> tag.
Tried the <pre> tag.
Any insight would be very much appreciated.