Salesforce HTML Email Template -


just general question regarding html email templates on salesforce. have researched various ways incorporate email template html markup once preview email html markup displayed. specifically, how place html button displayed on email template used email alert? thank time , consideration

if you're looking easy bullet proof email button, can copy&paste one.

<!-- button --> <table align="center" width="150"> <tr> <td align="center" bgcolor="#f18200" width="150" style="border: 1px solid #df7901;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;"> <a href="#" target="_blank" style="font-size: 18px; font-family: helvetica, arial, sans-serif; font-weight:bold; color: #ffffff; text-decoration: none; text-align: center; color: #ffffff; text-decoration: none; padding: 12px 18px 12px 18px; border: 1px solid #f18200; display: inline-block; width:150px;">apply &rarr;</a> </td> </tr> </table> 

if need centered, wrap in ol center tags , should trick. i've tested , works sends.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -