Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1194480

    On the top of a page i have insert a farb-section with 4 x 1/4 column. In each column there is a image box. So i have four images.
    In the middle of the page there is a farb-section with 2 x 1/2 column (first line) and then again 2 x 1/2 column (second). In all the columns there are textboxes.

    Now i want to insert a anchor link on the images. So that if i click on a image i go to the second farb-section to the corresponding textboxes.

    For example: i click on the image in the column 3/4. I got the the textbox of column 2/2 on the second line.

    My Problem: i only find a way to set an id on the colour-section but not on the textboxes. If i set the id on the colour-section, it doesn’t matter what image i click it will always go to the top of the colour-section on not to the corrensponding textboxes.

    #1194700

    Hey hippekinder,

    You can add anchors manually to your text boxes, for example:

    <div id="name-of-anchor"> </div>

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.