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

Email Format


  1. g00gle
    Member

    Hello,

    How to make received email from right to left. I tried putting alignment code in helper-functoion.php but its not working.

    Posted 16 years ago #
  2. yuniar

    Around line 468 of includes/helper-functions.php you'll find this:

    $mail->Body = $email_body;


    Change it to be:

    $mail->Body = '<div style="width: 100%; text-align: right">'.$email_body."</div>";


    That should set the alignment to the right.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply