- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 05:16 AM
Hi,
I am an image which i want to display in the Right hand side. I tried with below but it is not working
Email notification script:
template.print('<br><br><img src="'+gs.getProperty('notification_logo')+'" width="276" height="35"/> <br><br>');
Notification:
${mail_script:notification_logo}
Output:
We want to display the logo at the right hand side
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2019 12:26 AM
Thank you it is not working from the Notification Script. the same i tried from the Notification HTML Source and it got worked
<p style="text-align: right;">${mail_script:notification_logo}</p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2019 12:26 AM
Thank you it is not working from the Notification Script. the same i tried from the Notification HTML Source and it got worked
<p style="text-align: right;">${mail_script:notification_logo}</p>