Jump to content

Email font issues


Martin.bowman

Recommended Posts

@Martin.bowman - I won't say is a bug until we can have a look at the source template used on email action. Basically if your template has all the HTML enclosed in paragraph tags (<p>...</p>) then you should not have any issue with font size inconsistency. Unfortunately it is possible that when using other 3rd party external editors to create the template, the paragraph tags won't be added in the source. 

Link to comment
Share on other sites

Thanks @Victor The template used in this example is 'RequestMessage'. It's only when the number or bullet icon is selected that the font specified in the template is ignored.image.png.996c19abb3c04d6cf2386a9f24f78b7b.png

 

The template source is below, I have removed footer info to make it easier

<basefont color="black" face="tahoma" size="11" />
<p style="margin: 0cm 0cm 0pt;"><span style="FONT-SIZE: 11pt; FONT-FAMILY: Tahoma, Arial; FONT-WEIGHT: normal; COLOR: black">Hi {{Customer Contact.H_firstname|empty}} {{Customer Coworker.H_first_name|empty}}<br />
<br />
<br />
<br />
Kind Regards<br />
&nbsp;</span></p>

Thanks

Mrartin

Link to comment
Share on other sites

@Martin.bowman how about if you use this template?

<p><span style="font-size:11pt; font-family:Tahoma, Arial">Hi {{Customer Contact.H_firstname|empty}} {{Customer Coworker.H_first_name|empty}}<br />
<br />
<br />
<br />
Kind Regards</span></p>

And insert the bulleted items somewhere on one of those <br />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...