IMAGE FONT HTML EDITOR 2.0.2 HTML EXAMPLES
page
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;"> <META NAME="Author" CONTENT=" + author "> <META NAME="GENERATOR" CONTENT="Image Font HTML Editor [en]" (Win95; I) [DEO-OOA]"> <META NAME="KeyWords" CONTENT="HTML Editor, Image Font Editor, Java Program"> <TITLE> WIP File </TITLE> </HEAD> <BODY> <P> <!--------- 10/18/98 ---------> </BODY> </HTML>
table
This is an example of a single column table with a caption.
CODE is in the next row.
<CENTER> <TABLE width=98% border=1 cellpadding=6> <CAPTION><B> table </CAPTION></B> <TR> <TD> This is an example of a single column table with a caption. <BR><B>CODE is in the next row.</B> </TD> </TR> </TABLE> </CENTER>

table2
This is an example of a 2 column table with caption and a border of 1. CODE is in the next table.
This is used for such things as items with definitions or explanations.
To show an empty cell, you simply type the &nbsp; code in the area between TD and /TD ( in <'s ).
 
You set the width of the table in the table declaration. You set the widths of each column in the first set of TD's in the table.

table2 CODE SEGMENT
<P> <center> <TABLE width=98% cols=2 border=1 cellpadding=6> <A NAME = "table2"></A> <CAPTION><B> table2 </CAPTION></B> <TR> <TD width=55%> This is an example of a 2 column table with caption and a border of 1. </TD> <TD> <B>CODE is in the next table. </TD> </TR> <TR> <TD> This is used for such things as items with definitions or explanations. <BR> To show an empty cell, you simply type the &amp;nbsp; code in the area between TD and /TD ( in <'s ). </TD> <TD> &nbsp; </TD> </TR> <TR> <TD> You set the width of the table in the table declaration. </TD> <TD> You set the widths of each column in the first set of TD's in the table. </TD> </TR> </TABLE> </CENTER>

row CODE
This puts in the code for a single column row.
<TR> <TD> </TD> </TR>
row&
  This is used for things like an item, a description, and an explanation.
The first item would go here.    ( The description would go here.
      Sometimes it needs to be modified if the entries are long.
      This is part of a modification of the origninal code, because of long entries. )
  The explanation would go here.
row& Original CODE
<TR> <TD>&nbsp; &nbsp;&nbsp;&nbsp;<B>(</B> <B>)</B> <BR>&nbsp; </TD> </TR>

2c
This puts in the code for a 2 column row.
Code is below.
It is good for definition type entries.
<TR> <TD> </TD> <TD> </TD> </TR>
2cc
This is used when you wish to center a title or heading in the center of a table.
CODE is below.
Like the 2cc above.
<TR> <TD colspan=2 align=center><B> </B> </TD> </TR>
2ci
Hello.
This is used for item and image fonts.
 
Without the &nbsp; the first letter is usually higher than the others for some reason.
CODE is below.
<TR> <TD> </TD> <TD>&nbsp; </TD> </TR>
3c
Name Address Telephone
Daniel O'Rourke
CODE below
P.O. Box 699
Hoopa, CA. 95546
(530) 625-4644
<TR> <TD> </TD> <TD> </TD> <TD> </TD> </TR>