<?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: Anchor Link Scroll Effect Using a Hubspot CTA in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/877101#M36661</link>
    <description>&lt;P&gt;You could simply add&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;scroll-behavior&lt;/SPAN&gt;: &lt;SPAN&gt;smooth&lt;/SPAN&gt;;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;to your body-css and anchors should work fine on all pages without any scripting.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 07:51:06 GMT</pubDate>
    <dc:creator>mwx_kk</dc:creator>
    <dc:date>2023-11-09T07:51:06Z</dc:date>
    <item>
      <title>Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/15849#M1526</link>
      <description>&lt;P&gt;Hi, Im trying to add a link to a cta button so that when clicked the page scrolls. Unfortunatly in the cta edit I need to add a valid URL protocol to the link field. I can only add the whole url which forces the page to reload to the anchor point rather than allowing me to just add #anchorname into the link field.&lt;/P&gt;&lt;P&gt;Is there any way that I can use hubspot cta buttons to call a&amp;nbsp;&lt;SPAN&gt;#anchorname only?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 15:57:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/15849#M1526</guid>
      <dc:creator>Woodsy</dc:creator>
      <dc:date>2017-05-19T15:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/16029#M1536</link>
      <description>&lt;P&gt;Is there a reason your trying to use a CTA for this&amp;nbsp; vs a regular HTML anchor tag? CTA's are used to track views, clicks and submissions for converstion analytics. I don't see a whole lot of value using a CTA over a standard HTML anchor link for in-page navigation.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 19:17:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/16029#M1536</guid>
      <dc:creator>ndwilliams3</dc:creator>
      <dc:date>2017-05-22T19:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/16167#M1541</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/366"&gt;@ndwilliams3&lt;/a&gt;&amp;nbsp;I would completely agree! Unless you had a specific reason for doing so, I wouldn't think that a page navigation would need to be built with CTAs.&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9301"&gt;@Woodsy&lt;/a&gt;&amp;nbsp;I don't believe that you can use relative URLs in the CTA tool but you can follow along with the instructions in this Academy article (&lt;A href="https://knowledge.hubspot.com/articles/kcs_article/cta/can-i-use-an-anchor-id-in-the-url-link-of-a-hubspot-call-to-action-button" target="_blank"&gt;https://knowledge.hubspot.com/articles/kcs_article/cta/can-i-use-an-anchor-id-in-the-url-link-of-a-hubspot-call-to-action-button&lt;/A&gt;) to add an anchor ID to the end of an absolute URL.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 18:08:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/16167#M1541</guid>
      <dc:creator>JasonRosa</dc:creator>
      <dc:date>2017-05-23T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/34302#M3336</link>
      <description>&lt;P&gt;What about the case of a single page application or a long single-page site with scrolling navigation? It also seems that it's not possible to handle the click of a CTA with a script in a way that allows the tracking functionality to be passed. It's severely limiting that CTA buttons can only be used to navigate to a different page. It is possible to use the hash navigation, but then you are still reloading the page and have the odd "jump" effect. Having the ability to send the tracking via a script API and handle the click, or at least the ability to use a relative URL would be incredibly useful in terms of flexibility.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:27:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/34302#M3336</guid>
      <dc:creator>pniebrzydowski</dc:creator>
      <dc:date>2017-10-19T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/90115#M4181</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;This would be an awesome addition.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We just launched a landing page with a form at the very bottom, so we used CTAs throughout the page to bring people down to the&amp;nbsp;form instead of linking to a completely new page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Some of you asked why you'd do this? Well, here were a few of our motivators:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Saves on load time.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;They've already loaded the page they need to be on.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Track&amp;nbsp;CTA performance.&lt;/STRONG&gt;&amp;nbsp;We can see what section triggered someone to click.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Run tests.&lt;/STRONG&gt;&amp;nbsp;Based on a combination of CTA, section order,&amp;nbsp;copy, imagery, and audience — we can optimize each for the best conversions.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;With the current implementation of CTA's&amp;nbsp;anchor URL behavior and limitations, it creates a rough user experience as the page reloads, the screen flashes, and then they're teleported down to the form.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 23:40:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/90115#M4181</guid>
      <dc:creator>ringo-at-wt</dc:creator>
      <dc:date>2017-12-19T23:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/220249#M10159</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/32339"&gt;@ringo-at-wt&lt;/a&gt;&amp;nbsp;Well said and so true! Hubspot please consider implementing current page Anchor CTAs!&amp;nbsp;&lt;img id="heart" class="emoticon emoticon-heart" src="https://community.hubspot.com/i/smilies/16x16_heart.png" alt="Heart" title="Heart" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 00:22:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/220249#M10159</guid>
      <dc:creator>yidanwang</dc:creator>
      <dc:date>2018-12-08T00:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/221065#M10264</link>
      <description>&lt;P&gt;Yes, I agree fully with this too.&amp;nbsp; This would also be particularly useful for using CTA's to drive popup modals identified through anchor IDs or CSS IDs.&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="Capture.PNG" style="width: 686px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/13644i001F893B00CBBD39/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@hubspot, can we make this happen?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:07:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/221065#M10264</guid>
      <dc:creator>Greg_Batenburg</dc:creator>
      <dc:date>2018-12-13T22:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/244951#M10518</link>
      <description>&lt;P&gt;This is something that has come up on several of my projects. I would love this addition to the toolset.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 14:49:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/244951#M10518</guid>
      <dc:creator>gra-benjamin</dc:creator>
      <dc:date>2019-01-09T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/246137#M10624</link>
      <description>&lt;P&gt;100% agree, I would love to use CTAs for all of the reasons &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/32339"&gt;@ringo-at-wt&lt;/a&gt;&amp;nbsp;mentioned as well, right now the experience you've described is what we are using and it's suboptimal. Would be great if HubSpot could implement this!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:01:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/246137#M10624</guid>
      <dc:creator>crystalcha</dc:creator>
      <dc:date>2019-01-16T17:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/256084#M11230</link>
      <description>&lt;P&gt;I totally agree! Please can someone provide a solution for this?&lt;BR /&gt;&lt;BR /&gt;I want to use an Image CTA (button), so the anchor text solution is no option. At the moment I am using id="page-part" and linking the CTA to our url#page-part but this causes the page to reload, which is slower than scrolling, so unwelcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:33:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/256084#M11230</guid>
      <dc:creator>ChocolateFilms</dc:creator>
      <dc:date>2019-02-28T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/260142#M11534</link>
      <description>&lt;P&gt;Does anyone have an update on this?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:42:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/260142#M11534</guid>
      <dc:creator>CristianA</dc:creator>
      <dc:date>2019-03-20T09:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/263499#M11777</link>
      <description>&lt;P&gt;Just chipping in that I'm having this exact issue as well and found this thread through a search on using same page CTA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the mean time I will use a link in a rich text field using the HTML - to add the button style.&lt;/P&gt;&lt;P&gt;Which looks like this -&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;div style="text-align: center;"&amp;gt;
&amp;lt;a href="/built-for/agencies#cta-link" class="smoothscroll btn btn-outline" rel=" noopener"&amp;gt;Get in touch&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;P&gt;@hubspot -&amp;gt; Would be nice to have this as an option in the "official" CTA's components.,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:15:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/263499#M11777</guid>
      <dc:creator>spif</dc:creator>
      <dc:date>2019-04-05T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/263503#M11779</link>
      <description>&lt;P&gt;Actually Hubspot overrules the href in a rich text so the above is broken as well...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stumped.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:20:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/263503#M11779</guid>
      <dc:creator>spif</dc:creator>
      <dc:date>2019-04-05T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/265101#M11894</link>
      <description>&lt;P&gt;I'm using a CTA button (from image file) as opposed to a link. So yes, there is still a reason to find another solution for this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 10:19:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/265101#M11894</guid>
      <dc:creator>ChocolateFilms</dc:creator>
      <dc:date>2019-04-15T10:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/284231#M13157</link>
      <description>&lt;P&gt;A temporary solution (maybe):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) after you added your anchor link, use the following for the button &amp;lt;a href="#scrollUp" ..., or whatever name you assigned to the anchor link in your HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) in the page's advanced settings add the following jQuery code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;$(document).ready(function(){&lt;BR /&gt;$('a[href^="#"]').on('click',function (e) {&lt;BR /&gt;e.preventDefault();&lt;/P&gt;&lt;P&gt;var target = this.hash,&lt;BR /&gt;$target = $(target);&lt;/P&gt;&lt;P&gt;$('html, body').stop().animate({&lt;BR /&gt;'scrollTop': $target.offset().top&lt;BR /&gt;}, 900, function () {&lt;BR /&gt;window.location.hash = target;&lt;BR /&gt;});&lt;BR /&gt;});&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: you can change '900' to a value that suits you best for the scrolling speed (the value is written in milliseconds, so that's 0.9s)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 06:39:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/284231#M13157</guid>
      <dc:creator>CristianA</dc:creator>
      <dc:date>2019-08-05T06:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/342142#M16779</link>
      <description>&lt;P&gt;Does anyone found a solution for this? I'm totally agree with&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/32339" target="_self"&gt;ringo-at-wt&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 15:18:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/342142#M16779</guid>
      <dc:creator>CamiloVGLT</dc:creator>
      <dc:date>2020-05-27T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/342149#M16780</link>
      <description>&lt;P&gt;I don't think this is achievable&amp;nbsp;with a CTA. The CTA 'click' is registered via a redirect. Since a hash doesn't trigger a page load, there's no way to register the click. if you're on Enterprise edition, you could use the Events API to achieve similar tracking on traditional anchor links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is going to require Hubspot to 1) add a hash method to CTA's or 2) add an API endpoint for CTA's similar to the Events API.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 15:39:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/342149#M16780</guid>
      <dc:creator>ndwilliams3</dc:creator>
      <dc:date>2020-05-27T15:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/349893#M17240</link>
      <description>&lt;P&gt;Has anyone used this script? DOes it work? I can't get it to work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 13:58:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/349893#M17240</guid>
      <dc:creator>amfiore</dc:creator>
      <dc:date>2020-06-25T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/349895#M17241</link>
      <description>&lt;P&gt;Can you please paste a link to the page where you tried it? I might be able to provide some help if needed.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:03:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/349895#M17241</guid>
      <dc:creator>Cristian_A</dc:creator>
      <dc:date>2020-06-25T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Anchor Link Scroll Effect Using a Hubspot CTA</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/353155#M17447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do this and there's a couple of reasons I need to use CTAs:&lt;/P&gt;&lt;P&gt;- Some of my modules have CTA blocks, so you can only select CTAs&lt;/P&gt;&lt;P&gt;- All my action buttons originate in CTA module, so if I need to replicate this as a regular link in order to use anchor, I need to style it identically I can't see a way to copy the styling from the CTA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this particular instance I want 2 CTAs side by side, 1 with a jump link and 1 with a link to a PDF, so they need to look and behave identically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW I am not a coder/developer, hence trying to use Hubspot tools as much as possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 10:45:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Anchor-Link-Scroll-Effect-Using-a-Hubspot-CTA/m-p/353155#M17447</guid>
      <dc:creator>AlexHodgson</dc:creator>
      <dc:date>2020-07-09T10:45:22Z</dc:date>
    </item>
  </channel>
</rss>

