Hi there,
I'm in the process of tidying up our custom user interface. One of the small things that would make it look that little bit simpler and tidier is finding a way to push the footer at the bottom of the screen on every page - irrespective of the length of the page.
The current footer (defined in PageTag.java) stays at the end of the content of each page. This is fine for longer-than-one-screen pages.
However, if a page is shorter than a whole screen, the footer appears riht after the end of the content and often in the middle of the screen.
Has anyone found a solution to this (using html, css or whatever else is needed)?
Many thanks,
Alex