I am developing an application that uses a single index.cfm page to populate three (so far) cfdiv areas; on for the header, one form the cfmenu (on the left side) and on for content. I use ColdFusion.navigate to update the content cfdiv which has a variable height depending on the content. I would like to "include" a footer at the bottom of the content cfdiv without having to update all of my pages, so if there was some way to append the footer (basically a copyright notice) dynamically at the bottom of the content that would be cool. right now i'm just putting the copyright notice (footer) at the bottom of my menu on the left side which is ok but not ideal, especially if I wanted more than a copyright notice in the footer.
Tags:
-
▶ Reply to This