Link Hook generates links in texts

Hi, using some hooks links in my website, the text following this links became a link itself.

https://www.headcet.eu/project/ (see this page as exaple)

How can i solve? Thank you!

Comments

  • Hello,

    It could mean that your HTML tags are placed incorrectly or unclosed.

    Please ensure that all HTML tags on your page are correct.


    Best regards

  • Is this code incorrect? I'm uising this in the title of the icon box.

    <a href="#target_groups" class="scroll"><p><strong style="color: #ffffff;">Target </br> groups</h4></a>


    Can I use another place to put the link? Maybe in the "links" section? I would like the whole icon box (text and icon) to be links. Not just the title as it is now.


    Thank you!

  • In your code, I do not see a closet for <p> tag or opening of <h4> tag, so the part you have sent me is indeed incorrect.

    The Icon box element has the option to put a link for it. See the following screenshot:

    Best regards

  • Thanks.

    Solved using that link space and including the css class in the right field.

Sign In or Register to comment.