Hi all!
I was wondering if it is possible to easily set a persistent footer. I.e. a small text below each page that is kept throughout the program.
My use case is that I'd like to add some information such as "Developed by ABC" at the bottom of every page. The idea is for the text to be inobtrusive (e.g. smaller font) and ideally below the buttons. It would be perfect if it accepted images, but text would be already fantastic!
I know there is *maintain
, but I found it to be too invasive as it goes above the text so the user has to read it each and every time.
I though of doing manually, but my program has several pages and I'd have to radically change the structure of the code, adding a *page
for each page with question. Moreover, apparently I cannot add anything below a *button
.
Maybe I'm missing something. I'd be extremely grateful for any ideas or suggestions.
Thanks!