Need help on email notification formatting issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 09:57 AM
Hello,
I have been struggling with the email notification format and hope someone can provide some assistance.
The notification contains Start and End text along with email scripts.
However, when it prints, the dates are showing below the 'Start' and 'End' text. I couldn't figure out why it does that. Please help. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:14 AM
Hi @Keang ,
<p style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;">
<span style="font-size: 12pt; font-family: Lato, sans-serif; color: black;">
Start: <strong>${mail_script:IT_Notification_startDate}</strong>
End: <strong>${mail_script:IT_Notification_endDate}</strong>
</span>
</p>
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:47 AM
I was able to removed the break line after "Start" and "End" text be using the following online link
https://www.textfixer.com/tools/remove-line-breaks.php
The outcome is looking like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:09 AM
Hi @Keang ,
Go with Below Approach and write Start and End word in Email Script.
In Both the Email Script use in template.print()
Start:
End:
By using the word itself in Email script will help you to print the Start and End date on Same Line.