CSS keeping the footer at the bottom
Spent enough time trying different methods across the web but only 1 article worked for me using the "push" div layer. Loosely based on Ryanfait: Make a Footer Stick to the Bottom of the Page Aim: Header LeftRight Footer <div id="container"> <div id="header"></div> <div id="content"> <div id="left"></div> <div id="righ...