HTML Section Tags possible?

  • chriske

    #10267

    Hi there,

    is it possible to have HTML section tags (#section1 #section2 and #section3 for example) in franz josef?

    Like to have 3 sections on the front page which are accessible via http://www.domain.com/#section1 and the menu #section1 #section2 and so on like it’s often the case in one-page-layouts?

    If yes, how can i do that?

    Thanks in advance!

    chriske

    Mod

    Kenneth John Odle

    #45752

    Using the HTML editor, add something like this:

    <div id="section1">
    contents
    </div>

    To link to that section, use http://www.example.com/#section1

    chriske

    #45753

    Thank you for your answer!

    I tried it on my homepage with franz josef. It worked, but there seems to be an issue with the menu bar on the top.

    I added 3 sections to my homepage using the HTML Editor. When i load my page using http://www.example.com/#section3 for example then the beginning of #section3 is on the top end of the screen behind the menu strip.

    Is there a way to define something like an offset so that it jumps to #section3 with some space to the menu strip on the top?

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.