ASP printed output

Hi does anyone know how to apply text formating to the printed output of the sendmail asp page. So far I get the email ok, but I want to format the text accordingly, for example make font large in one instance over the rest. I am new to ASP but not sure how to do this, can anyone give me a quick reply as I am getting it done now for tomorrow :slight_smile:

thanks

just wrap the asp around hmtl tags


<font face="blah"><% var %></font>

thanks for your reply Digital, you always come through, however I am lacking in this subject, so if I had say the following :

semail_Content = vbLf & β€œGo MAD Online Customer Order:” &_

where would I place the tags on this then?

awaiting your reply :slight_smile:

its not like html you know :slight_smile:

main Tutorial page:
http://www.asp101.com/samples/email_html.asp

Page containing ASP code:
http://www.asp101.com/samples/viewasp.asp?file=email_html.asp

semail_Content = vbLf & <font face=β€œblah”>β€œGo MAD Online Customer Order:</font>” &_

but dont forget this has to be within html tags

Thank you for the links and thank you for both your help :slight_smile: nice 1

Trev

np

:smiley: