HTML Template This utility is for creating an outline of a HTML document. This panel initially appears as follows:
The new file must be specified by means of a full pathname, and the filename must end in ".htm" or in ".html". The filepath can be entered manually into the first text box or it can be created using the dialog box produced by clicking on Specify output file:
Add a title for the new page:
You can now click on
to create the new HTML file. A window then appears:
Clicking on As HTML code opens a window as follows:
You can now copy the text (or a selected portion) to an HTML editor.
If you want to make numerous HTML documents with a common appearance then it is useful to make a common header and a common footer file, for example:
Custom header <HTML> <HEAD> <TITLE>Title</TITLE> <META Name="description" Content=""> <META Name="keywords" Content=""> </HEAD> <BODY BGCOLOR="#BEE7FF" TEXT="#000000" LINK="#0000FF"
VLINK="#BE00FF" ALINK="#FF4CBD" background=""> <CENTER><P align=center><TABLE border=6 cellpadding=6> <TR><TH><font size="+2">Title</font></TH></TR> </TABLE></P></CENTER><P> <BLOCKQUOTE>
Title
Custom footer </BLOCKQUOTE> <BR><CENTER><font size="-1">Last modified: 2006-MM-DD CE</font> <P align=center><TABLE border=4 cellpadding=8> <TR> <TD><A HREF="">Home Page</A></TD> </TR> </TABLE></P> </CENTER> </BODY></HTML>Last modified: 2006-MM-DD CE
Home Page You can then specify the custom header and footer files by clicking on the corresponding buttons, e.g.:
If a custom header file is used then any Title specification is ignored.
It is possible to specify the color of the text and background for the HTML page. First check Use specified colors for text and background then click on Specify page colors, whereupon the color specification window appears:
You may adjust the red-green-blue values either by using the up- and down-arrows or by entering a value into the text boxes, to obtain, for example:
Press Accept to confirm, then proceed as above to create the HTML template file.
Easy HTML Construction Kit Home Page