Documentation
Getting Started
New Features
Component Guide
Programming
    Language Guide
    Language Ref.
    Component Ref.
    Class Library
       Library Files
       Std Library
       Ses Library
       Component Library
       Outline Library
       HTML Extensions
       Date/Time Library
       Math Library
    User Components
    Tryout Form
    Tutorial
    heitml 1
User Guide
Registration
Frame
    

HTML Extensions Library

The HTML Extensions Library contains some tag definitions that act as abbreviations for often used sequences of HTML tags. You need to insert

< include htmlext.hei >

into the beginning of your page to use the following functions.

Links

< showlink src >

src should be a legal link. <Showlink> writes the link on the screen and makes it a link to itself. For example < showlink "http://www.heitml.com" > produces http://www.heitml.com. The prefix "http://" can be left out and is automatically added, so < showlink "www.heitml.com" > produces www.heitml.com.

< showmail src >

src must be an email address. <Showmail> writes the email address on the screen and makes it a link to itself. For example < showlink "heitml@heitml.com" > produces heitml@heitml.com.

Formatting

< red > ... </red>

Prints the included text in red. Also green, blue, yellow, black, and white environments are available.

< box bgcolor=null > ... </box>

Print the inner part in a
box
with a border around it. With bgcolor a background color can be specified.

< hspace n=1 c=" ">

Writes n times the &bsp character creating some empty horizontal space. Just like                      this. Also another character can be used e.g. < hspace "10" "."> produces ...........

< vspace n=1 c="<br>" >

Writes n times the <br> tag creating some empty


vertical space. Also another tag can be used e.g. < vspace "5" "<hr>"> produces






heitml Stuff

< mheitml >

Writes: " heitml "

< signheitml >

Writes: " This page was dynamically generated by heitml "


This page was dynamically generated by heitml
© 1996-2008 H.E.I. All Rights Reserved