Button

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

    Friday, November 17 2017, 04:14 PM - #Permalink
    0
    that 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.
    The reply is currently minimized Show
Your Reply