I would like to align a php include to align to be bottom of a web page, so that even if the total content does not fill up the screen, it will always be at the very bottom of the screen. I would prefer to do this doing CSS if possible. I'm still slogging through my second CSS tutorial, but this one is incredibly technical, an I have yet to find that information. Can anyone help me?
You may be able to adapt the techniques used in this footer at the bottom of the viewport demo. cheers, gary
Thanks very much for your help in this thread, and the other one Gary. I hadn't tried the value 'auto' yet for height, I'm not sure why. Thanks again.