I am currently working on a basic bootstrap page with the Example template from Bootstrap's website. I want the content in the middle to take up the space between the header and footer, while ensuring that both the header and footer remain visible at all times. If the content is larger than the screen, I would like it to scroll without pushing the footer out of sight.
In essence, I aim to use the header and footer as control panels, allowing the middle content to scroll appropriately when the content is too large for the screen.
Any suggestions or ideas on how to achieve this?
Thank you, G