home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / exampleapps / cf5examples / footer.cfm < prev    next >
Encoding:
ColdFusion Markup Language  |  2001-06-13  |  725 b   |  18 lines

  1. <cfparam name="pageMargin" default="true">
  2. <cfoutput>
  3. <!-- /////////////////////////////////////////////////////// -->
  4. <!-- ///  open footer.cfm -->
  5. <cfif pageMargin is "false">
  6. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  7. </cfif>
  8. <tr><td height="1" colspan="3" bgcolor="999999"><p style="line-height:1px;"><img src="#rootPath#images/clear.gif" height="1" width="1"></p></td></tr>
  9. <tr>
  10.     <td height="50" colspan="3" background="#rootPath#images/footerbg2000.gif"> </td>
  11. </tr>
  12. <tr><td height="1" colspan="3" bgcolor="999999"><p style="line-height:1px;"><img src="#rootPath#images/clear.gif" height="1" width="1"></p></td></tr>
  13. </table>
  14. </cfoutput>
  15. </body>
  16. </html>
  17. <!--- test tlink --->
  18.