How to bring the logo to the Right Upper side in Notification

shaik_irfan
Tera Guru

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

 

 

 

 

1 ACCEPTED SOLUTION

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>

View solution in original post

5 REPLIES 5

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>