The more I research the above, it seems it’s down to the system automatically creating a CSS class (e.g. class=“inf-track-55”), which makes sense, but even following these guidelines:
If you are copying / pasting code form an outside email editor (e.g. Dreamweaver), navigate away from the email, and then double-click on it to return and copy the updated code (with the updated CSS). Paste the revised code into Dreamweaver.
I still can’t get it to style properly.
Any tips or advice out there would be most welcome.
As I understand it, Infusionsoft needs to add in the class="inf-track for automation, so the repondants response can be recorded against their CRM record.
So I took the code from the hosted version and pasted that into the code builder for email templates in IS. Then, I assigned the class (called it “testing”) and added that to the css section of the email and used it to change the color to red, to which it yielded the following result:
Thanks for doing that John. Really clear and I understand your process. Thank you.
The only problem as far as I can see it (which may well be wrong!), is that that the ~merge-code~ generates the HTML code after the email has been sent, so we need to find a way to alter the ~merge-code~ styling before sending not afterwards if that makes sense.