Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 6, 20213 yr 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,
December 13, 20213 yr 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.