How to get a button to arrive at div tab?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Davy De Clercq
    New Member
    • Mar 2012
    • 2

    How to get a button to arrive at div tab?

    This is the link: (it's an example on a template)
    http://elemisdesign.co m/demos/delphic/

    As you can see, at the bottom there are 4 clickable images.

    I want each one of them to go a seperate section on the 'services' page.

    So, 4 images (sections) on the index page and 4 sections on the service page.

    The first image on the index page CLICKS TO the first section on services..

    I really don't know how to do this.

    Thank you very much.
    (i'm browsing in chrome
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    For the element on the page you want it to go to, give it an id name
    Code:
    <p id="first-link">
    Then, in the href for anchor on each image, do
    Code:
    <a href="services#first-link">

    Comment

    • Davy De Clercq
      New Member
      • Mar 2012
      • 2

      #3
      Hi, i'm sorry, i'm very new to the coding language... So it does not seem to work. Where do you place the id name?

      Comment

      Working...