I’d like to use the Hubspot click-to-email button in our emails to expand our social sharing capabilities but the text field doesn’t allow for line breaks or any rich text features. Any idea how to add a simple line break (tried <br> but shows up in email)?
In order to fine tune the mailto link you will need to view the source code and then experiment adding
Single break: %0D0A
Double break: %0D0A%0D0A
Tool to help generate a mailto - https://mailtolink.me/
More reference to try https://stackoverflow.com/questions/22765834/insert-a-line-break-in-mailto-body
Jacob Lett
Freelance HubSpot CMS Developer & Web Designer
Located in Michigan, USA
Need HubSpot CMS Development Help? ![]()
Super helpful - the code generator worked!
