DotNetNewbie
Programmer
Hi,
I would like to change the email module I have in my application to use HTML formated emails.
However I seem to have hit a small issue:
HTML does not recognise tabs (char(13)), so I thought I would use a table, but this seems to mess with the formating of the text and it does not align correctly.
How would you recommend formating the following text:
User1 : Bob
User2 : Claire
User3 : Darren
Ideally without borders and using a specific font (Arial).
Many thanks in advance.
.net
I would like to change the email module I have in my application to use HTML formated emails.
However I seem to have hit a small issue:
HTML does not recognise tabs (char(13)), so I thought I would use a table, but this seems to mess with the formating of the text and it does not align correctly.
How would you recommend formating the following text:
User1 : Bob
User2 : Claire
User3 : Darren
Ideally without borders and using a specific font (Arial).
Many thanks in advance.
.net