• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

How do I get around the single/double quote problem in HTML email?

demonboy

Member
Hi,

I am creating an HTML body in my email under the PEM trigger. As I understand it, this will not allow me to use double quotes, so I assume I will have to do a search-and-replace on all instances of "

However, what happens with code such as this?

<div class="ftbnam" style="font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'">

I have pasted the code as it should appear in normal HTML. If I change style=" to style=', won't this affect the following font families that normally appear in single quotes? If I change the code to

<div class='ftbnam' style='font-family: 'Gill Sans'...'>

... isn't this going to fall apart at the single quote that wraps Gill Sans?
 
Top