HighDots Forums  

Re: aaahhh more code questions - "new line"?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: aaahhh more code questions - "new line"? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
darrel
 
Posts: n/a

Default Re: aaahhh more code questions - "new line"? - 07-08-2003 , 05:10 PM






Quote:
This code produced a long line of text.
what i want is
Please process this RMA Request
PRODUCT -
SERIAL NUMBER-
So how do i do it???
Is this ASP? It shouldn't matter, but all you need to do is add BR tags:

string & "<br />" & string & "<br />" etc...

-Darrel






Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: aaahhh more code questions - "new line"? - 07-08-2003 , 09:02 PM






"LotusAndy" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
thanks but i can not get it to work for me!

Are you sending as plain text, or html? If html, and you code it correctly,
Darrel's suggestion should work. If you're sending it as plain text, instead
of "<br />" use vbCrLf

objMail.Body = "Please process this RMA Request " & _
vbCrLf & " PRODUCT " & strProdCode & _
vbCrLf & " SERIAL NUMBER " & strSerial & _
vbCrLf & " SUPPLIER INVOICE NUMBER " & strInvoice & _
vbCrLf & " FAULT DESCRITION " & strquery

Gary




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.