[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

[sqr-users] Formatting in sqr (bold and italics)



Hi,

I have a file which is containing some text matter (it is a text file). I am 
including in sqr. My requirement is that some lines should be bold when we send 
a mail. I tried this which is not happening.

Here is my code:

Based on one parameter
I am including the text file in a file called test.sqr.

if $flag = 'Y'
#include 'Acknowledgement.txt'
end-if
#include 'Decline.txt'

The Acknowledgement.txt file contains the below information

Print ' ' (+1,2,0) 
Print ' * Thanks for your interest '(+1,2,0) bold 
Print ' Our executive will be in touch with you '(+1,2,0) bold 
Print ' Our address is ... '(+1,2,0) 
Print ' Contact numbers 1234567890 '(+1,2,0) 
Print ' Have a nice day.'(+1,2,0) 

If you notice above statments, the second and third print statement is bold. I 
am using bold because I want this should be bold when we send a mail. When the 
user receives the mail, it should show as bold. When I am checking my mail. The 
text is not showing as bold.

Also I want the same should be in italics. How do I do this?

Could someone help me out?

Thanks in advance,
Satheesh.

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users