Clickable Links that Link to Text on the same page - help

2 replies
  • WEB DESIGN
  • |
Does anyone know how to make links clickable, and scroll down the page to text that is on the same page? Please see the example;

FAQ Frequently Asked Questions

Any help would be greatly appreciated.
#clickable #link #links #page #text
  • Profile picture of the author nikema
    You can use the anchor <a> tag to do this.

    Example:

    The clickable link
    Code:
    <a href="#mylink1">Go To My Link1</a>
    where you will be taken
    Code:
    <a name="mylink1">My Link 1</a>
    {{ DiscussionBoard.errors[2894041].message }}
  • Profile picture of the author Steve Wells
    You can find your answer on this page HTML Links


    Just scroll down and look for this title.... HTML Links - The name Attribute
    Signature
    Need Custom Graphics Work? - Message Me For A Design Quote!
    {{ DiscussionBoard.errors[2894147].message }}

Trending Topics