Home › Forums › Stripe Payments Plugin › Email Content Type – HTML › Reply To: Email Content Type – HTML
March 16, 2021 at 2:57 pm
#3725
astral4ik
Participant
the only solution is write code not like this
<table style=”border-collapse: collapse; width: 700px;” border=”0″>
<tbody>
<tr valign=”top”>
<td style=”width: 50%;”>Transaction id: {transaction_id}
Date: {purchase_date}
…
but like this one
<table style=”border-collapse: collapse; width: 700px;” border=”0″><tbody><tr valign=”top”><td style=”width: 50%;”>Transaction id: {transaction_id}Date: {purchase_date}