A
Advo
Hi there, basically ive got a script which takes information from a
form, passes it to the .asp page and then emails a certain department.
This is what im getting in the emails: notice how the AddyLine 2 is
over, <it needs a space> and the same for Addy Line 4.
Address:::
Addy Line 1, Addy 2nd
Addy Line 2, Addy 3rd
Addy Line 3 addy 4th
It should look like:
Address:::
Addy Line 1, Addy 2nd
Addy Line 2, Addy 3rd
Addy Line 3 addy 4th
See how its all aligned now.
This is the code thats used:
" Address::: " & VbCrLf & VbCrLf & " " & Request.Form("address") & _
VbCrLf & _
VbCrLf & _
Any ideas please?
Muchly apreciated
form, passes it to the .asp page and then emails a certain department.
This is what im getting in the emails: notice how the AddyLine 2 is
over, <it needs a space> and the same for Addy Line 4.
Address:::
Addy Line 1, Addy 2nd
Addy Line 2, Addy 3rd
Addy Line 3 addy 4th
It should look like:
Address:::
Addy Line 1, Addy 2nd
Addy Line 2, Addy 3rd
Addy Line 3 addy 4th
See how its all aligned now.
This is the code thats used:
" Address::: " & VbCrLf & VbCrLf & " " & Request.Form("address") & _
VbCrLf & _
VbCrLf & _
Any ideas please?
Muchly apreciated