What I’m trying to do is have a fixed area on the webpage that has text and a “next” button, and when the user click the “next” button they see different text (and a different “next” button) in the same place - in all, seven different texts that the user can see by clicking the button, all in the same part of the webpage.
I read that I could achieve this using layout blocks, by giving each block the same coordinates and size, and Group ID. When first tried it, clicking the “next” button made the first text vanish and the second text appear, but it appeared farther down the page, and the third text appeared still farther down, and so on.
Things seemed to work as I wanted after I selected the “custom scrolling” option in the layout blocks’ properties. “Stick to page top” was selected. Later I scrolled down the page in the browser, and found that when the layout blocks get to the top of the browser window, they stay there, no matter how far down I scroll. So the question is, how can I get a group of layout blocks to be in the same place and to scroll off the screen?