0
Please could you tell me how to style the buttons on the email version of the quote template - I can't get anything to work with
Responses (1)
-
Accepted Answer
0that is because the classes btn btn-primary etc do not exist in email.
if you want to include classes in email, you need to include them in CSS styles inside the body of the email
HOWEVER: most email clients (almost ALL of them) do not like classes, and strip them.
the only real way to make this work is to add the css styling directly inside the style attribute in the button HTML tag...
it's a real pain. but it's how all emails work.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »