home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / JMKHTML / templates / tableforstart.tlp < prev   
Encoding:
Text File  |  1996-11-02  |  593 b   |  15 lines

  1. <!-- This HTML document was created using JMK HTML Author -->
  2. <!-- It's based on a template included with JMK HTML Author -->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>Your title here</TITLE>
  6. </HEAD>
  7.  
  8. <BODY background="images/back.jpg" BGCOLOR=#AAAAAA TEXT=#FFFFFF>
  9.  
  10. <TABLE BORDER=2 CELLPADDING=2 CELLSPACING=2>
  11. <TR><TH COLSPAN=2 ALIGN=CENTER VALIGN=CENTER WIDTH=100%>Table Header</TH>
  12. <TR><TD WIDTH=30%><A HREF="yourhref.html">Your link here</A></TD>
  13. <TR><TD WIDTH=70%>What yourhref.html contains</TD>
  14. <!-- Now you must simply continue to write your HREFs and their contents, like above -->
  15. </TABLE>