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
06-28-2019 10:27 PM
Use <center></center> it will work
<center>
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.
</center>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 10:44 PM
Hi,
Its not working. i have written above script and it shows preview notification like this
<center>
We'd love to hear from you.
Please complete this 2 minute survey.
Hi ,
As part of our efforts to ensure a consistent, high level of service delivery, we would like your feedback about the incident below.
Incident #:
Incident Description:
Incident Resolution:
We value your honest feedback and will ensure that your response is treated confidentially. Thank you in advance for your time.
</center>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 11:38 PM
Use this
<table border="1"><th colspan="4" style="text-align:center">
We'd love to hear from you.
Please complete this 2 minute survey.
Hi ,
As part of our efforts to ensure a consistent, high level of service delivery, we would like your feedback about the incident below.
Incident #:
Incident Description:
Incident Resolution:
We value your honest feedback and will ensure that your response is treated confidentially. Thank you in advance for your time.
</table>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 11:40 PM
Sorry use this
<table border="1"><tr style="text-align:center">
We'd love to hear from you.
Please complete this 2 minute survey.
Hi ,
As part of our efforts to ensure a consistent, high level of service delivery, we would like your feedback about the incident below.
Incident #:
Incident Description:
Incident Resolution:
We value your honest feedback and will ensure that your response is treated confidentially. Thank you in advance for your time.
</tr>
</table>
If my answer helped you in any way, please then mark it as helpful/Correct