I am trying to format my email notifications with HTML to make them look better. My problem is in trying to change the font size. The only way I can get it to change is if I include <!DOCTYPE html> prior to <p style="font-size:18pt;">. The problem is that then in the email it thinks <!DOCTYPE html> is a Lawson variable and it displays 'undefined'. If I remove <!DOCTYPE html>, the font size is unchanged. I am not an HTML expert and would appreciate any suggestions. Thanks.
My coded email:
<!DOCTYPE html>
<html>
<p style="font-size:18pt;">
This email is to inform you that ....
Results of my email:
undefined
This email is to inform you that...