Images
[IMAGE(URL)] inserts an inline image (picture) into the document,
image given as URL (Uniform Resource Locator)
&ALT="e.g. text describing the picture&"
(required information; all browsers do not display pictures)
&ALIGN=TOP, &MIDDLE, &BOTTOM, &LEFT or &RIGHT (picture and text aligning)
&WIDTH=x (allocates &x pixels for the picture width)
&HEIGHT=x (allocates &x pixels for the picture height)
&BORDER=x (creates a border of &x pixels wide around the picture)
&ISMAP (the picture is a server-side image map)
&USEMAP="#NAME" (the picture is used as a client-side image map,
which is specified by [MAP(NAME)] code)
[/IMAGE] end code of an image (also shadow !)
Codes defined in HTML40.DEV driver
1 = Structure codes
2 = Headers and titles
3 = Lines and paragraphs
4 = Links
5 = Lists
6 = Text styles
7 = Other elements
8 = Fonts
9 = Images
0 = Forms
A = Tables
B = Miscellaneous codes
C = Colors
D = Frames