Hi all,
I have a code which comes out in the body of the email, I want to make sure it alighns properly the label and the text, so it can be read easily. Thanks for any input
How to align this output, could some one give the code please.
strBody = strFirstName & "," & "<br></br>"
strBody = strBody & "<br></br>"
strBody = strBody & "This is an automatically generated email from the Cameron Rig Down application. You are receiving this email because your name is associated with the " & strList & " email list and a new notification has been submitted by "
& Dan.GetName() & ". To view the details of this notification, see the following link." & "<br></br>"
  ...
Go to the complete details ...