CRM

rickl
Participant

One-one CRM email signature issue

SOLVE

It seems that regardless of the font and font size I put in the one-one CRM email signature, it always comes out as Arial size 12 when received in MS Outlook.

 

Can I fix this?

 

I have changed the HTML code - but it always seems to flick back to the generic HubSpot code.

1 Accepted solution
JWingate2
Solution
Guide | Elite Partner
Guide | Elite Partner

One-one CRM email signature issue

SOLVE

Might be weird, but in the HTML code did you add the !important to your code to override any higher-priority coding?

View solution in original post

0 Upvotes
2 Replies 2
JWingate2
Solution
Guide | Elite Partner
Guide | Elite Partner

One-one CRM email signature issue

SOLVE

Might be weird, but in the HTML code did you add the !important to your code to override any higher-priority coding?

0 Upvotes
rickl
Participant

One-one CRM email signature issue

SOLVE

No I didn't, didn't know it was a 'thing'

 

THis is the code I pasted in:

<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
<strong>Rick Porter</strong> | Director
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
m: +61 409 017 493
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
<a href="https://cpvfy04.na1.hs-sales-engage.com/Ctc/2L+23284/cPvFy04/JkM2-6qcW6N1vHY6lZ3pKW6lq43f8LLRK4W8VzM..." target="_blank">Schedule a call</a>
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
<a href="https://cpvfy04.na1.hs-sales-engage.com/Ctc/2L+23284/cPvFy04/Jl22-6qcW7lCdLW6lZ3lXW5mMys43X8fvFW4nFD..." target="_blank">LinkedIn profile</a>
</div>
<br/>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
<strong>About us</strong>
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
Leg Up Software is dedicated to easing the daily pressures faced by SAP IT teams.
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
We collaborate closely with SAP teams to pinpoint areas of strain, tailoring automation solutions that deliver efficient and effective results.
</div>
<div style="font-family: sans-serif; font-size: 11px; text-align: left;">
By harnessing our robust network of third-party software vendors, we can access a diverse array of software solutions to automate nearly any repetitive SAP operational task.
</div>
<br/>
<figure style="margin:0; text-align: left;">
<a href="www.legupsoftware.com" target="_blank">
<img src="https://api.hubspot.com/filemanager/api/v2/files/35520554950/signed-url-redirect?portalId=6691169" width="250" height="57"/>
</a>
</figure>
<br/>

 

THis is what Hubspot turned it into:

 

<div><strong>Rick Porte</strong>r | Director </div><div>m: +61 409 017 493 </div><div><a href="https://cpvfy04.na1.hs-sales-engage.com/Ctc/2L+23284/cPvFy04/JkM2-6qcW6N1vHY6lZ3pKW6lq43f8LLRK4W8VzM..." target="_blank">Schedule a call</a> </div><div><a href="https://cpvfy04.na1.hs-sales-engage.com/Ctc/2L+23284/cPvFy04/Jl22-6qcW7lCdLW6lZ3lXW5mMys43X8fvFW4nFD..." target="_blank">LinkedIn profile</a> </div><br><div><strong>About us</strong> </div><div>Leg Up Software is dedicated to easing the daily pressures faced by SAP IT teams. </div><div>We collaborate closely with SAP teams to pinpoint areas of strain, tailoring automation solutions that deliver efficient and effective results. </div><div>By harnessing our robust network of third-party software vendors, we can access a diverse array of software solutions to automate nearly any repetitive SAP operational task. </div><figure style="margin:0"><a href=" www.legupsoftware.com" target="_blank"><img src="https://api.hubspot.com/filemanager/api/v2/files/35520554950/signed-url-redirect?portalId=6691169" width="250" height="57"></a></figure><br>

0 Upvotes