Moreover, is there a particular practice/way to have a cascading style sheet automatically call a footer div in every instance when <body> or <html> tags are present.
Moreover, is there a particular practice/way to have a cascading style sheet automatically call
Share
I think you are looking for a page decoration system. There are several, like jsp-decorator. There’s also a pretty extensive discussion about JSP page decoration here on SO.
CSS applies style to page elements, it does not insert stuff into pages…
The SiteMesh tutorial might help to understand what page decoration is about…