Is there a way to make the page open at a specific div halfway down the page instead of starting from the top?
Here is an example:
<div id="d1">
<div id="d2">
<div id="d3">
<div id="d4">
<div id="d5">
<div id="d6">
Does anyone know how I can make the page open directly at #d4 without manually adding it to the URL? Any suggestions on how to approach this, possibly using HTML or JavaScript? Your help would be greatly appreciated.