What's the proper syntax of changing the font size within HTMLBody in Outlook
<style="font-size:11"> doesn't seem to work
What's the proper syntax of changing the font size within HTMLBody in Outlook
<style="font-size:11"> doesn't seem to work
Something like this perhaps
strbody = "<BODY style='font-size:12pt;font-family:Times New Roman'>""Hello""</BODY>"
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
That worked perfectly! Thank you so very much!