Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #385247

    I’m have a situation where I need to be able to create a link in one page that points to a specific section of another. Unfortunately I have to use the ugly version of the link because http://server/page-pretty-permalink/#id did not work on IIS (I’d take suggestions on this too). However the main problem is that on the target page, I cannot use a color section because it pushes the right sidebar down below the color section. The basic structure of the content area is…

    Layer Slider
    Full Width Column
    Special Heading
    Text Block
    Special Heading
    Text Block
    Special Heading THIS IS THE TARGET
    Text Block

    Obviously I can’t just wrap the full width column with a color section because the anchor target would then be the top of the color section rather than the Special Heading that needs to be the target. Any ideas???

    Thanks!
    Scott

    #385648

    Hey scotthco!

    You can add a Code Block element to your page above your content and insert following

    <div id="my-anchor"></div>

    then add a button element and link it to #my-anchor

    Regards,
    Yigit

    #388887

    Thanks for the info! That additional content ended up being enough that I gave it its own page, but I’ll try your suggestion next time.

    BTW – I don’t remember seeing an email from the forum when you replied. Can you tell me what email address it sends from in case I need to make an exception in the spam filter?

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need to Jump to Anchor but Can't Use Color Section’ is closed to new replies.