jayohxxv
Member
Posted 2 years ago #
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
jayohxxv
Member
Posted 2 years ago #
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?
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
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?