• Where can I find the information to add “go to top” link in the comment section? Posts page gets elongated with the addition of comments. In order to make it easier for navigation, I want to add a link in the bottom of each posted comment. Am I making sense in trying to explain what I want to do?
    I looked in the forum and did not find anything. Also in the documentation section.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • kkharrison

    (@kkharrisonsbcglobalnet)

    I was looking for the same thing. Don’t know if you will be checking back here, but all I did was at the bottom of the page made a hyperlink to the very same page , and it did open to the top of the same page like I wanted.

    Hi my friends, to link to top you must put an anchor link in the header:

    <div name="top">
    <p>Top header</p>
    </div>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><a href="#top">Go to Top</a></p>

    Here you got useful info

    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“top” link in comment section’ is closed to new replies.