<?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: Creating emails - adding line spacings in bullet points in Sales Email</title>
    <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/919951#M8403</link>
    <description>&lt;P&gt;Hi Karsten - thannks for the reply. I don't normally jump into the HTML, but your solutions seems pretty straighforward so thanks for that. I'll give it a go&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 09:50:34 GMT</pubDate>
    <dc:creator>SDuffin</dc:creator>
    <dc:date>2024-02-09T09:50:34Z</dc:date>
    <item>
      <title>Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918727#M8391</link>
      <description>&lt;P&gt;Hi I'm using HubSpot for the first time and have created an email with some bullet points with short paragrapgs of text- My question is how do I add an extra line space between paragraph bullet points without just adding an extra bullet point that has no text? WHen I try and delete the extra bullet point the line space is lost and I'm back to how it was - no gap between the bulleted paragaphs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I hit return a couple of times I can delete the extra bullet point but then that leaves me with&amp;nbsp; a really big gap between the bulleted paragraphs which looks wrong . Any ideas please&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:48:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918727#M8391</guid>
      <dc:creator>SDuffin</dc:creator>
      <dc:date>2024-02-07T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918740#M8392</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/694661"&gt;@SDuffin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it depends on the template you are using how it will react to edits/styles.&lt;/P&gt;
&lt;P&gt;You can always also access the main code source of the text and edit the spaces there or even clean up a little bit the code (sometime style get the code dirty and stops working properly)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-07 at 6.00.53 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/108944i5FDD406D800F8AF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-02-07 at 6.00.53 PM.png" alt="Screenshot 2024-02-07 at 6.00.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other option is to keep doing this manually&lt;/P&gt;
&lt;P&gt;or down another template from the marketplace.&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 17:02:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918740#M8392</guid>
      <dc:creator>Lucila-Andimol</dc:creator>
      <dc:date>2024-02-07T17:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918807#M8393</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/694661"&gt;@SDuffin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using the HubSpot drag and drop email editor, you can edit the HTML of a body module:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karstenkoehler_0-1707329018971.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/108955i414F31DD093365D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="karstenkoehler_0-1707329018971.png" alt="karstenkoehler_0-1707329018971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once in there, you should find the bullet points as the HTML element &amp;lt;li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you're not familiar with HTML, this change should be fairly straight forward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By adjusting the line to be something like &amp;lt;li style="margin-top: 80px; margin-bottom: 8px;"&amp;gt;Your bullet point text&amp;lt;/li&amp;gt; you can adjust the line height.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 18:06:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/918807#M8393</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-02-07T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/919951#M8403</link>
      <description>&lt;P&gt;Hi Karsten - thannks for the reply. I don't normally jump into the HTML, but your solutions seems pretty straighforward so thanks for that. I'll give it a go&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:50:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/919951#M8403</guid>
      <dc:creator>SDuffin</dc:creator>
      <dc:date>2024-02-09T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/919954#M8404</link>
      <description>&lt;P&gt;Hi Lucila- thannks for the reply. I don't normally jump into the HTML, but your solutions seems pretty straighforward so thanks for that. I'll give it a go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:52:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/919954#M8404</guid>
      <dc:creator>SDuffin</dc:creator>
      <dc:date>2024-02-09T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating emails - adding line spacings in bullet points</title>
      <link>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/1044835#M9212</link>
      <description>&lt;P&gt;Are there any global settings to adjust this? I work for an agency, our portal is older than most of our clients' and I've noticed on those newer portals my UL look fine, but I always have to add inline HTML to our emails or else everything is scrunched up. This is even the case for paragraphs, if I don't add some padding-bottom or just a blank paragraph, there's no break.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 19:19:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/Creating-emails-adding-line-spacings-in-bullet-points/m-p/1044835#M9212</guid>
      <dc:creator>Phenomammal</dc:creator>
      <dc:date>2024-09-23T19:19:18Z</dc:date>
    </item>
  </channel>
</rss>

