• Resolved jayohxxv

    (@jayohxxv)


    Is there a code I can insert into every page so that it loads from a certain point on the page? For example: have it load just underneath the header section- just a position, it doesn’t have to necessarily be under a specific section of the hierarchy… (I recall an HTML way but it involved titling tables or something, I don’t have tables- is it as easy as this?)

    THANKS FOR READING

Viewing 4 replies - 1 through 4 (of 4 total)
  • Name anchors you mean?

    Thread Starter jayohxxv

    (@jayohxxv)

    In terms of loading- Can I put in code to have a page load, not from the top but from the middle? Is this possible?

    Strictly speaking, no, I don’t think you can. The page is going to get parsed from the top to the bottom. That’s just the way html works.

    Not entirely sure what you are trying to do, though. Maybe you want to automatically scroll the window to a particular part of the page? Alism’s suggestion is one way to do that. Javascript is another way.

    Can you provide an example (link) of what you are talking about? Have you seen this technique (and I too am uncertain exactly what you are trying to accomplish) elsewhere on the web?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page load from middle?’ is closed to new replies.