You can create presentations using CFPresentation in ColdFusion 8 . It is very fast and gives the developer a lot of options like showing notes, outline and search. You can include text, Image and swf movies to a presentation. But, if you want to create a footer section, that is not readily available. To create a footer section, you can put a div inside the CFPresentationSlide and align such that the content is always displayed at the bottom. Use the code below to show the footer section in the presentation. <div style="position:absolute;top:70%"> <font style="font:verdana;font-size:8px;">© Prasanth Kumar.S</font> </div>