Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author LiveComposer

    (@livecomposer)

    Hi,

    Do you mean make the entire row a link? Sorry, that’s not possible at the moment.

    Regards,
    Slobodan

    Hi chemistrap1, not sure exactly what you wanted to achieve, so here’s a method to add add an anchor to a specific part of a page (I’m thinking “row” that you mentioned).

    1. Add an html</> module just above required location (row)
    2. Click the gear symbol on the module
    3. Type in ‘<a id="your_id"></a>‘ in the html box

    To jump to that row use the hyperlink <a href="#your_id">Click here</a> if you are linking from the same page.
    From a different page, use <a href="http://pageURL#your_id">Click here</a>
    And from a Live Composer Button add #your_id in the URL box.

    Sorry if your question was about something else entirely! But it might help others…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to give anchor to row?’ is closed to new replies.