home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Examples / publish / welcome.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  929 b   |  43 lines

  1. <HTML>
  2. <HEAD>
  3.     <TITLE>TACK2 News</TITLE>
  4.     <LINK REL="STYLESHEET" TYPE="text/css" HREF="stylesheet.css">
  5. </HEAD>
  6.  
  7. <BODY bgcolor="#000099" text="#ccccff" link="#ffcc00" vlink="gray" alink="#ffcc00" BACKGROUND="images/bg.gif" LEFTMARGIN=5 TOPMARGIN=0>
  8.  
  9.  
  10. <!--- Boxes --->
  11.  
  12. <SPAN STYLE="position: absolute; left: 75px; top: 170px;">
  13. <IMG SRC="images/cover_boxHoriz.gif">
  14. </SPAN>
  15.  
  16. <SPAN STYLE="position: absolute; left: 225px; top: 155px;">
  17. <IMG SRC="images/cover_boxVert.gif">
  18. </SPAN>
  19.  
  20. <SPAN STYLE="position: absolute; left: 100px; top: 180px;">
  21. <IMG SRC="images/cover.jpg">
  22. </SPAN>
  23.  
  24.  
  25.  
  26. <!--- TACK2 logo --->
  27. <SPAN STYLE="position: absolute; left: 285px; top: 125px;">
  28.     <IMG SRC="images/tack2.gif" WIDTH=247 HEIGHT=56 BORDER=0 ALT="TACK2">
  29. </SPAN>
  30.  
  31.  
  32. <!--- News items --->
  33. <SPAN STYLE="position: absolute; left: 290px; top: 240px; width: 250px;">
  34.     <CF_ShowContent>
  35. </SPAN>
  36.  
  37. </BODY>
  38. </HTML>
  39.  
  40.  
  41.  
  42.  
  43.