Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #387851

    I would like to make bookmarks on a page – I have a page with a lot of employees and i would like to make links on the top of the page to the diffent departments

    Like this:

    Her are all employees in these departments:

    – Sales (links to sales)
    – Investment (links to sales)
    – production (links to sales)

    Sales department
    STINE HANSEN
    HOLGER PEDERSEN

    Investment department
    STINE HANSEN
    HOLGER PEDERSEN

    Production department
    STINE HANSEN
    HOLGER PEDERSEN

    #388197

    Hey mrmogensen!

    Thank you for using Enfold.

    Try to use the Code Block element. Add the links manually. Something like this:

    <a href="LINK TO SALES">Sales</a>
    <br>
    <a href="LINK TO INVESTMENT">Investment</a>
    <br>
    <a href="LINK TO PRODUCTION">Production</a>
    

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.