home *** CD-ROM | disk | FTP | other *** search
- ********************************************************
- **** Skeletons are pretty simple.
- ****
- **** // {{description (newline)
- **** body of skeleton
- **** (newline) // }}
- ****
- **** // {{{desc - new tree heading
- ****
- **** Anything not bracketed by // {{ and // }} is ignored
- ****
- **** If the body contains $SEL$, the current selection in the
- **** source code will be substituted. For example:
- **** <B>$SEL$</B>
- **** will surround the selected text with HTML Bold tags
- ****
- **** Please send updated skeletons to : FRISKEL@INCH.COM and they
- **** will be available for all to use.
- ********************************************************
-
- ********************************************************
- //{{{Pages
-
- //{{Basic HTML Page
- <HTML>
-
- <HEAD>
- <!-- created: 1/1/96 01:01:00 AM -->
- <TITLE>Page Title</TITLE>
- </HEAD>
-
- <BODY>
- <H1>First Heading</H1>
- Add body text here.
- <HR>
- Last Updated: Friday, January 01, 1996
- </BODY>
-
- </HTML>
- //}}
- ********************************************************
- //{{{Head Elements
- //{{Is Index
- <ISINDEX>
- //}}
- //{{Is Index (with prompt)
- <ISINDEX PROMPT="text">
- //}}
- //{{Base Reference
- <BASE HREF="url">
- //}}
- //{{Link rev,rel
- <LINK REV="text" REL="Text" HREF="URL">
- //}}
- //{{Meta tag
- <META>
- //}}
- ********************************************************
- //{{{Format (Physical: Bold,Italic,etc.)
- //{{Bold
- <B>$SEL$</B>
- //}}
- ********************************************************
- //{{Italic
- <I>$SEL$</I>
- //}}
- ********************************************************
- //{{Strikeout
- <S>$SEL$</S>
- //}}
- ********************************************************
- //{{Underline
- <U>$SEL$</U>
- //}}
- ********************************************************
- //{{Blink
- <BLINK>$SEL$</BLINK>
- //}}
- ********************************************************
- //{{Font size. TODO: Set n to size (1-7)
- <FONT SIZE=n>$SEL$</FONT>
- //}}
- ********************************************************
- //{{Base Font size. TODO: Set n to size (1-7)
- <BASEFONT SIZE=n>
- //}}
- ********************************************************
- //{{{Page Structure
- //{{Comment
- <<!-- comment -->
- //}}
-
- //{{TITLE
- <TITLE>$SEL$</TITLE>
- //}}
- //{{Body
- <BODY>
- Put body here
- $SEL$
- </BODY>
- //}}
-
- ********************************************************
- //{{{Netscape Extension
- --------------------------------------
- //{{HR Attribute Extensions
- //{{Align left
- ALIGN=LEFT
- //}}
- //{{Align right
- ALIGN=RIGHT
- //}}
- //{{Align center
- ALIGN=CENTER
- //}}
- //{{Size
- SIZE=n
- //}}
- //{{Width
- WIDTH=n
- //}}
- //{{Width as percent
- WIDTH=n%
- //}}
- //{{Noshade
- NOSHADE
- //}}
- -------------------------------------
- //{{{Links
- //{{link to an URL
- <A> HREF="HTTP://url">Description of link</A>
- //}}
- //{{link to label in another document
- <A> HREF="HTTP://url#label">description of link</A>
- //}}
- //{{link to label in current document
- <A> HREF="#label">description of link</A>
- //}}
- //{{Define a label in current document
- <A> NAME="label"></A>
- //}}
- -------------------------------------
- //{{{Images
- //{{Basic image tag
- <IMG SRC="URL" ALT="Text">
- //}}
- //{{Image (aligned top)
- <IMG SRC="URL" ALT="Text" ALIGN=TOP>
- //}}
- //{{Image (aligned bottom)
- <IMG SRC="URL" ALT="Text" ALIGN=BOTTOM>
- //}}
- //{{Image (aligned middle)
- <IMG SRC="URL" ALT="Text" ALIGN=MIDDLE>
- //}}
- //{{Image that's an imagemap
- <IMG SRC="URL" ISMAP>
- //}}
- -------------------------------------
- //{{{Netscape Image attribute extensions
- //{{Alignment
- ALIGN=LEFT|RIGHT|TEXTTOP|ABSMIDDLE|BASELINE|ABSBOTTOM
- //}}
- //{{Dimensions
- WIDTH=n HEIGHT=n
- //}}
- //{{Border size (pixels)
- BORDER=n
- //}}
- //{{Runaround space (pixels)
- HSPACE=n VSPACE=n
- //}}
- //{{Low-res source
- LOWSRC="URL"
- //}}
-
- ********************************************************
- //{{{Block Formatting
- --------------------------------------
- //{{Heading 1
- <H1>$SEL$</H1>
- //}}
- --------------------------------------
- //{{Heading 2
- <H2>$SEL$</H2>
- //}}
- -------------------------------------------------------
- //{{Heading 3
- <H3>$SEL$</H3>
- //}}
- -------------------------------------------------------
- //{{Paragragh
- <P>$SEL$</P>
- //}}
- -------------------------------------------------------
- //{{Center
- <CENTER>$SEL$</CENTER>
- //}}
- -------------------------------------------------------
- //{{Heading with alignent TODO: Choose alignment
- <H2 ALIGN=LEFT|CENTER|RIGHT>$SEL$</H2>
- //}}
-
- //{{Address
- <ADDRESS>$SEL$</ADDRESS>
- //}}
- //{{Blockqoute
- <BLOCKQOUTE>$SEL$</BLOCKQOUTE>
- //}}
- //{{Preformatted Text
- <PRE>$SEL$</PRE>
- //}}
- -------------------------------------------------------
- ********************************************************
- //{{{Logical formats
- --------------------------------------
- //{{Emphasis
- <EM>$SEL$</EM>
- //}}
- --------------------------------------
- //{{Strong
- <STRONG>$SEL$</STRONG>
- //}}
- -------------------------------------------------------
- //{{Citation
- <CITE>$SEL$</CITE>
- //}}
- -------------------------------------------------------
- //{{Sample code
- <CODE>$SEL$</CODE>
- //}}
- -------------------------------------------------------
- //{{Keyboard Input
- <KBD>$SEL$</KBD>
- //}}
- -------------------------------------------------------
- //{{Variable
- <VAR>$SEL$</VAR>
- //}}
-
- ********************************************************
- //{{{Breaks.
- //{{Line Break
- <BR>
- //}}
- -------------------------------------------------------
- //{{Horizontal Rule (line)
- <HR>
- //}}
-
-
- ********************************************************
- //{{{Special characters
- ********************************************************
- //{{Registered TM
- ®
- //}}
- //{{Copyright (C)
- ©
- //}}
-
- //{{Registered TM (NETSCAPE)
- ®
- //}}
- //{{Copyright (c) (NETSCAPE)
- ©
- //}}
-
- //{{'<'
- <
- //}}
-
- //{{Ascii code (replace n with the code)
- n;
- //}}
-
- ********************************************************
- //{{{Lists
- //{{Ordered
- <OL>
- <LI>item one
- <LI>item two
- <LI>item three
- </OL>
- //}}
- ********************************************************
- //{{Unordered
- <UL>
- <LI>item one
- <LI>item two
- <LI>item three
- </UL>
- //}}
- ********************************************************
- //{{MENU
- <MENU>
- <LI>item one
- <LI>item two
- <LI>item three
- </MENU>
- //}}
- ********************************************************
- //{{Direcory (Typically bulleted)
- <DIR>
- <LI>item one
- <LI>item two
- <LI>item three
- </DIR>
- //}}
- ********************************************************
- //{{Definition list TODO: remove COMPACT if desired
- <DL COMPACT>
- <DT>item one<DD>Text for item one
- <DT>item two<DD>Text for item two
- <DT>item three<DD>Text for item three
- </DL>
- //}}
- ********************************************************
- //{{Nested
- <OL>
- <LI>Fruit:
- <UL>
- <LI>Apples
- <LI>Pears
- <LI>Kiwi
- </UL>
- <LI>Vegetables:
- <OL>
- <LI>Potato
- <LI>Corn
- <LI>Catsup
- </OL>
- </OL>
- //}}
- //{{Netscape extended unordered list tag
- <UL TYPE=DISC|CIRCLE|SQUARE>
- //}}
- //{{Netscape extended list item tag
- <LI TYPE=DISC|CIRCLE|SQUARE>
- //}}
-
- ********************************************************
- //{{{Tables
- //{{Simple
- <TABLE BORDER UNITS=en COLSPEC="C20, D50" WIDTH 70 ALIGN=CENTER>
- <CAPTION><H3>Calorie Table</H3></CAPTION>
- <TR><TH>Item <TH>Value
- <TR><TD>Totato <TD> Good
- <TR><TD>Steak <TD> Lots
- <TR><TD>Lettuce<TD> None
- </TABLE>
- //}}
-