tomch Posted December 6, 2021 Share Posted December 6, 2021 I am formatting the script in a couple of emails that are generated when a user is enrolled. Customization > Localization > Languages > Translate icon. I found the script for the email wrapper. Edited the script using the Enter key to denote EOL. The email that is received removes the EOL and runs the entire script sequentially, removing the formatting. Is there a character code that I can enter to keep the EOL marker? Am I in the correct location to edit the scripts? Also, does the size of the default image background (our logo) impact its display size in the email? our logo appears extremely large. I would think resizing might help? Regards, Link to comment Share on other sites More sharing options...
Mark H Posted December 13, 2021 Share Posted December 13, 2021 You might try adding a linefeed (LF) before the EOL. (Or possibly vice-versa, EOL then LF) EDIT: Looks like this was answered here: Basically, use <br> in HTML to force a linebreak/linefeed. Link to comment Share on other sites More sharing options...
Recommended Posts