client email template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
created blank client template user will compose email when click on send email header and footer will attached
header and footer created in syetem property and using Business rule sending mail but now i want to align body in centre alike header and footer how to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello,
You can use something like header + '<table width="100%"><tr><td align="center"><table width="600"><tr><td style="padding:20px; text-align:left;">' + current.body + '</td></tr></table></td></tr></table>' + footer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
tried not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Can you send your BR codes and if possible, the header/footer HTML from the system properties
Also any SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I have Header and Footer in system property table align already in middle but now i want to add body same like header and footer but tried to add in BR html code like table tr td not not worked
