<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Placement of code within email design manager module in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184712#M43781</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82946"&gt;@HSchleicher&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's a shame, I know... One of many reasons, why Outlook is getting so much negativity from the devs... You got to implement MSO, VMLs etc.... Just a pure headache tbh. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you want to deal with A LOT of code, the one thing that I always recommend to anyone who wants to have something rounded like buttons in emails:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a PNG of the element, upload it, use it as a button/CTA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes this adds a few more steps to the process, but it's 99% bulletproof (unless the reciepient blocks images).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2025 10:58:19 GMT</pubDate>
    <dc:creator>Anton</dc:creator>
    <dc:date>2025-08-04T10:58:19Z</dc:date>
    <item>
      <title>Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184200#M43761</link>
      <description>&lt;DIV class=""&gt;Hi, I am hoping someone here can help me with modifying my HubSpot email module. I am using the default drag &amp;amp; drop CTA button module. However, my team discovered an issue where the rounded corners of the buttons do not appear in certain versions of Outlook. To fix this, I went to ChatGPT and it is guiding me to use a VML-based button as a workaround for all Outlook versions. Below is the response I got from chatgpt. Now in Hubspot, I located where the interactive button module is, and I have cloned it to make a new version of it. But I don't know how to incorporate the chatgpt code into it. Can anyone help me with where to place it? Thanks in advance!!&lt;BR /&gt;&lt;BR /&gt;Here's Chat GPT response:&lt;BR /&gt;&lt;BR /&gt;If your CTA buttons show rounded corners in your Outlook desktop but appear square in your coworker’s Outlook Enterprise installation, it’s almost certainly due to Outlook&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;not supporting&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;border-radius&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in HTML email&lt;SPAN&gt;&amp;nbsp;unless you implement a VML workaround. That means:&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Why the discrepancy?&lt;BR /&gt;Outlook on Windows (desktop/enterprise) uses Microsoft Word as its rendering engine, and Word-based email rendering&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;does not support CSS3 features like&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;border-radius&lt;SPAN&gt;&amp;nbsp;(&lt;A class="" href="https://stackoverflow.com/questions/59465258/border-radius-property-not-working-in-outlook?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Stack Overflow,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="" href="https://answers.microsoft.com/en-us/outlook_com/forum/all/border-radius-property-not-working-on-classic/b42191d0-3c10-4005-ad2b-4ac197419d34?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Microsoft Q&amp;amp;A). So even if you set&lt;SPAN&gt;&amp;nbsp;border-radius: 5px;&lt;SPAN&gt;&amp;nbsp;inline, Outlook will simply ignore it.&lt;BR /&gt;Bulletproof buttons using standard&lt;SPAN&gt;&amp;nbsp;&amp;lt;a&amp;gt;&lt;SPAN&gt;&amp;nbsp;tags with&lt;SPAN&gt;&amp;nbsp;border-radius&lt;SPAN&gt;&amp;nbsp;work in many clients—but Outlook Windows will show them with&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;square corners&lt;SPAN&gt;&amp;nbsp;by default.&lt;BR /&gt;Some appearances of rounded corners in Outlook can occur if Outlook is running under Windows 11 or a specific “new Office UI” mode—but that isn’t the norm in enterprise Outlook installations, which default to square corners (&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;A class="" href="https://www.emailtechnica.com/2025/06/03/buttons/?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Email Technica).&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;How to ensure rounded corners in&lt;SPAN&gt;&amp;nbsp;&lt;I&gt;all&lt;SPAN&gt;&amp;nbsp;Outlook clients&lt;BR /&gt;You’ll need to use a&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;VML-based button&lt;SPAN&gt;&amp;nbsp;inside Outlook-specific conditional comments, paired with a standard HTML/CSS fallback for other clients:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;lt;!-- Outlook (MSO) fallback with VML --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--[if mso]&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;v:roundrect xmlns:v="urn:schemas‑microsoft‑com:vml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;href="&lt;A href="https://example.com" target="_blank"&gt;https://example.com&lt;/A&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;style="height:44px;v-text-anchor:middle;width:200px;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcsize="10%" stroke="f" fillcolor="#0078D4"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;lt;w:anchorlock/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;lt;center style="color:#fff;font-family:Arial, sans-serif;font-size:16px;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Click Me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/center&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/v:roundrect&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;![endif]--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--[if !mso]&amp;gt;&amp;lt;!-- --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;A href="https://example.com" target="_blank"&gt;https://example.com&lt;/A&gt;" style="&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display:inline-block;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background:#0078D4;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color:#fff;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-family:Arial,sans-serif;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-size:16px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;line-height:44px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-align:center;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-decoration:none;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:0 20px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-radius:10px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-webkit-border-radius:10px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-moz-border-radius:10px;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;Click Me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;UL class=""&gt;&lt;LI&gt;&amp;lt;v:roundrect&amp;gt;&lt;SPAN&gt;&amp;nbsp;draws the rounded rectangle in Outlook (MSO).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;arcsize&lt;SPAN&gt;&amp;nbsp;percentage sets the curvature.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The fallback&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;lt;a&amp;gt;&lt;SPAN&gt;&amp;nbsp;tag with inline&lt;SPAN&gt;&amp;nbsp;border-radius&lt;SPAN&gt;&amp;nbsp;works in other email clients that support it (&lt;A class="" href="https://campaignrefinery.com/email-button/?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Campaign Refinery,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="" href="https://erkanaltinors.com/en/blog/creating-cta-button-with-border-radius-in-ms-outlook-desktop-application?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Erkan Altınörs).&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_2-1754076892361.png"&gt;&lt;img /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Additional considerations&lt;UL class=""&gt;&lt;LI&gt;&lt;STRONG&gt;Inline CSS only—Outlook strips out external or embedded styles.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Table-based layout&lt;SPAN&gt;&amp;nbsp;around buttons improves spacing and padding consistency.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Avoid conflicting VML: For instance, if you're using a VML background image for a section in your email template (as with some builders like Knak), that may disable VML for buttons—leading Outlook to render square corners (&lt;A class="" href="https://www.reddit.com/r/MailDevNetwork/comments/1cphzfe?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Reddit,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="" href="https://www.reddit.com/r/MailDevNetwork/comments/1cp7ukt?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Reddit,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="" href="https://help.knak.io/en/articles/11186499-common-outlook-faqs?utm_source=chatgpt.com" target="_blank" rel="noopener noreferrer"&gt;Knak Help Center).&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG&gt;Test across Outlook versions—Outlook 2007, 2010, 2013, 2016, 2019, and desktop Office365/FTE use this same rendering engine; only Mac, web, or Android/iOS differ.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_3-1754076892381.png"&gt;&lt;img /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Testing a fix&lt;OL class=""&gt;&lt;LI&gt;&lt;STRONG&gt;Implement the hybrid VML + HTML snippet above&lt;SPAN&gt;&amp;nbsp;for your CTA.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Send a test email both to your Outlook client and your coworker’s Outlook instance.&lt;/LI&gt;&lt;LI&gt;Confirm that&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;I&gt;both&lt;SPAN&gt;&amp;nbsp;now display rounded corners and consistent styling.&lt;/SPAN&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_4-1754076892361.png"&gt;&lt;img /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Summary table&lt;BR /&gt;Email ClientRounded Corners SupportedHow It’s AchievedOutlook Windows (enterprise/desktop)&amp;nbsp;&amp;nbsp;CSS&amp;nbsp;border-radius&amp;nbsp;unsupportedUse VML (&amp;lt;v:roundrect&amp;gt;) within conditional commentsOther email clients (Gmail, Apple Mail, Outlook Web, mobile)&amp;nbsp;&amp;nbsp;Regular CSS worksInline&amp;nbsp;&amp;lt;a&amp;gt;&amp;nbsp;tag styled with&amp;nbsp;border-radius&lt;BR /&gt;In short&lt;UL class=""&gt;&lt;LI&gt;Outlook on Windows does&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;not support CSS&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;border-radius.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The fix: use&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;VML inside&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;&amp;lt;!--[if mso]&amp;gt;...&amp;lt;![endif]--&amp;gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;for rounded corners, plus a standard styled link for other clients.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Rebuild your CTA button using that hybrid approach and test on both machines. You'll get consistent rounded corners everywhere.&lt;/LI&gt;&lt;/UL&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_4-1754076892361.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152333i4AFDCD6617153167/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSchleicher_4-1754076892361.png" alt="HSchleicher_4-1754076892361.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_3-1754076892381.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152332i98BA1A2510E31DE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSchleicher_3-1754076892381.png" alt="HSchleicher_3-1754076892381.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_2-1754076892361.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152331i9EF231566BCFFB2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSchleicher_2-1754076892361.png" alt="HSchleicher_2-1754076892361.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_0-1754076892360.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152329i84269FD2001E1D85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSchleicher_0-1754076892360.png" alt="HSchleicher_0-1754076892360.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Aug 2025 19:38:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184200#M43761</guid>
      <dc:creator>HSchleicher</dc:creator>
      <dc:date>2025-08-01T19:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184226#M43762</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82946"&gt;@HSchleicher&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reaching out to the Community!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to invite some community members who are subject matter experts to join this conversation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78983"&gt;@Indra&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9629"&gt;@HubDoPete&lt;/a&gt;&amp;nbsp;- Would you be able to share any insights on this? Your expertise would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="c-mrkdwn__highlight"&gt;Victor&lt;/SPAN&gt;&lt;SPAN class="c-message__edited_label" data-sk="tooltip_parent"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 21:00:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184226#M43762</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2025-08-01T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184401#M43768</link>
      <description>&lt;P&gt;Would something like this work?&amp;nbsp;&lt;A href="https://codepen.io/wpembraced/pen/ByoWYVJ" target="_blank" rel="noopener"&gt;https://codepen.io/wpembraced/pen/ByoWYVJ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 20:03:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184401#M43768</guid>
      <dc:creator>FaramarKolivand</dc:creator>
      <dc:date>2025-08-02T20:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184667#M43778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82946"&gt;@HSchleicher&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HubSpot’s drag-and-drop email editor has some limitations. For example, when we use a rounded CTA button, it doesn’t always appear rounded in certain versions of Outlook. Unfortunately, this can’t be fixed using the drag-and-drop editor. If we switch to a custom-coded email template, we can apply a specific hack that makes the button appear correctly in Outlook. But since the drag-and-drop editor doesn’t let us add that fix in the right place, we’re unable to resolve the issue there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 09:12:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184667#M43778</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-08-04T09:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184712#M43781</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82946"&gt;@HSchleicher&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's a shame, I know... One of many reasons, why Outlook is getting so much negativity from the devs... You got to implement MSO, VMLs etc.... Just a pure headache tbh. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you want to deal with A LOT of code, the one thing that I always recommend to anyone who wants to have something rounded like buttons in emails:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a PNG of the element, upload it, use it as a button/CTA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes this adds a few more steps to the process, but it's 99% bulletproof (unless the reciepient blocks images).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 10:58:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184712#M43781</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2025-08-04T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184868#M43787</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/941678"&gt;@FaramarKolivand&lt;/a&gt;! Your code appears to fix the rounded corners issue. However, I cannot get the drag-and-drop editor components to work with it. When I try to change the link URL, the button text, or the styling, it does not apply. See my screenshot attached where I try to make changes on the left side, but they do not appear on the button on the right side. Any idea how to fix that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSchleicher_0-1754322349570.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152468i726D471066330293/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSchleicher_0-1754322349570.png" alt="HSchleicher_0-1754322349570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 15:46:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184868#M43787</guid>
      <dc:creator>HSchleicher</dc:creator>
      <dc:date>2025-08-04T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184877#M43788</link>
      <description>&lt;P&gt;Thank you for the reply. Unfortunately, I don't want to have to create a custom image for every button in every email. And many versions of Outlook could block the images by default, so then they may not be visible at all.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 15:59:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184877#M43788</guid>
      <dc:creator>HSchleicher</dc:creator>
      <dc:date>2025-08-04T15:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of code within email design manager module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184896#M43792</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82946"&gt;@HSchleicher&lt;/a&gt;&amp;nbsp;, the code was only for testing and demo purposes. With this, you can create your own custom module/button with styling and HubL code and add it to your drag and drop toolbox in your screenshot.&amp;nbsp; There should be documentations for that.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 16:31:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Placement-of-code-within-email-design-manager-module/m-p/1184896#M43792</guid>
      <dc:creator>FaramarKolivand</dc:creator>
      <dc:date>2025-08-04T16:31:36Z</dc:date>
    </item>
  </channel>
</rss>

