Announcement

Collapse
No announcement yet.

Creating links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Creating links

    I have a table on the bottom right hand side, which tells the customer what each logo means.

    http://www.mp3playersonline.co.uk/acatalog/

    In stock, low stock etc

    Now when you click on any of them, it takes you to

    http://www.mp3playersonline.co.uk/acatalog/info.html, which is fine,

    But i would like it to link to exactly where the image is on that page.

    Can anyone help????

    #2
    The way to achieve this would be to create anchors in the text areas for each of the terms paracgraphs... so...........

    Go into Design | Text and click Go To and select Phase -1 and ID 116, which will put you at the top of the text used for each term heading.

    Then say if the About Us was of them that you wanted to link to you would change it from:

    About Us

    to....

    <A NAME="link2about"></A>About Us

    Then, within your link that you created on the right side of your pages you would add onto the end the following:

    <A HREF="#linktoabout"> so if it was info.html then it would become <A HREF="info.html#link2about">

    Hope that is what you were after.

    Comment

    Working...
    X