Html – CSS in email working differently in new vs old Outlook
I have been trying to get a button to look a specific way in an email template but am struggling with the width of an a tag on old Outlook (version 2405) What I want is the a element to…
I have been trying to get a button to look a specific way in an email template but am struggling with the width of an a tag on old Outlook (version 2405) What I want is the a element to…
I'm sending template to my yandex mail, everything okay. But i need to forward this template from yandex mail. When i click forward, template going to left. And also somehow deleting some css or i don't know what is going…
I want to scroll down on section_one after clicking on an image. My code is:- <a href="#section_one"> <img src="img.png" alt=""> </a> <tr style="margin-bottom: 40px;" id="section_one"> <td> <table class="step1-section"> <tr style="margin-bottom: 24px;"> <td> <p class="heading-2">Some text</p> </td> </tr> </table> </td> </tr>…
`<div class="row" style="display: flex;"> <div style="flex: 33.33%; padding: 5px;" class="column"> <img src="#APP_FILES#icons/hololo.png" alt="Snow" style="width:50%"> </div> <div style="flex: 33.33%; padding: 5px;" class="column"> <img src="https://i.hizliresim.com/mxyxumi.png" alt="Forest" style="width:50%"> </div> </div> this is my email template body, i want to add image from app…
HTML email template i am sending to the Yahoo client does not have CSS applied to the <img> elements: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style> .image1 { width: 100px; height: 100px; border-radius: 50%; }…
I'm trying to change the on-hold email to include the order number in the introduction. I've added "$order->get_id()" to show the order number. Not quite working. Any ideas? <p><?php esc_html_e( 'Thanks for your order. Your order number is $order->get_id(). Below…