How to set below email notification alignment - center ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 10:04 PM
i want to set notification format like below screenshot
We'd love to hear from you.
Please complete this 2 minute survey.
Hi ${caller_id.first_name},
As part of our efforts to ensure a consistent, high level of service delivery, we would like your feedback about the incident below.
Incident #: ${number}
Incident Description: ${description}
Incident Resolution: ${close_notes}
We value your honest feedback and will ensure that your response is treated confidentially. Thank you in advance for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019 11:50 AM
<table style="width: 100%;">
<tbody>
<tr>
<th>
<div align="center"><span style="font-size: 10.0pt; font-family: 'Arial'; color: black;">
We'd love to hear from you.
</span></div>
</th>
<th>
<div align="center"><span style="font-size: 10.0pt; font-family: 'Arial'; color: black;">Please complete this 2 minute survey.</span></div>
</th>
<th>
<div align="center"><span style="font-size: 10.0pt; font-family: 'Arial'; color: black;">
Please complete this 2 minute survey.
</span></div>
</th>
</tr>
</tbody>
</table>
do it in this way it will work
If my answer helped you in any way, please then mark it as helpful/Correct