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.

Re: Help Please by TDM

TDM
Fri Dec 08 16:51:15 CST 2006


"JHP" <goawayspam@GFY.com> wrote in message
news:eIPM80vGHHA.1816@TK2MSFTNGP06.phx.gbl...
> 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.
>

I am thinking that we are going to need a bit more
info, like at least the code that generates the url.

TDM



Re: Help Please by NY

NY
Mon Dec 11 09:39:04 CST 2006

do you really think youll get an answer when no one can see your code?



"JHP" <goawayspam@GFY.com> wrote in message
news:eIPM80vGHHA.1816@TK2MSFTNGP06.phx.gbl...
> 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.
>