This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Change font of notification email
Started 14 years ago by tania | 3 posts |
-
Hi,
I tried to change the notification email font in the helper-functions.php to have this email be in arial font, but it does not seem to have worked.
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
style="font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px;text-align:left">'."\n";to
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
style="font-family:Arial;font-size:12px;text-align:left">'."\n";Can you help?
Thanks,
TaniaPosted 14 years ago # -
Hello Tania,
Your modification should working fine, I've try those code and working properly with me. It might be the problem come from your email client, do you use an email client tools ? or maybe you can try to change another font-family like this :
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-family:Vivaldi;font-size:12px;text-align:left">'."\n";
if the problem still persist, please send me your email result to :
customer.service[at]appnitro.com
I will check it
MachForm Support
Posted 14 years ago # -
It resolved itself. Thanks for the confirmation Redityo.
Posted 14 years ago #
Reply
You must log in to post.