I am currently working in a limited environment (PowerBI) where I can only execute raw HTML/CSS code (no javascript).
Currently I have a page that is loading a very wide image in a container (with scrollbars), and the goal is to set the scrollbar position at a specified point when the page loads.
I have tried to hide elements behind the images and use tags to jump to certain positions but I am unsure if it is possible to execute these links at runtime.
If anyone has any ideas that would be greatly appreciated.