<ISINDEX PROMPT="text">
ISINDEX indicates that a document is a searchable index. A small text
window opens for the reader to put in a text string to be searched. The
PROMPT tag has been added to the ISINDEX element so you can specify what
message you want to appear before the text input field of the index.
<HR>
The HR element specifies that a horizontal rule of some sort be drawn across
the page (the default is a shaded engraved line). Four new tags have been added
to this element to allow you to describe how the horizontal rule should look:
<HR SIZE=number>
The SIZE tag lets you give an indication of
how thick you wish the horizontal rule to be.
<HR WIDTH=number|percent>
The default horizontal rule is always
the page width. The WIDTH tag allows you can specify an exact width in pixels,
or a relative width measured in percent of document width.
<HR ALIGN=left|right|center>
Horizontal rules do not have to be
the width of the page, so you can specify whether they should be pushed up
against the left margin, the right margin, or centered in the page.
<HR NOSHADE>
Finally, for those times when you really want a
solid bar, the NOSHADE tag lets you specify that you do not want any fancy
shading of your horizontal rule.
<UL>
The basic bulleted list has a default progression of bullet types that changes
as you move through indented levels. From a solid disc, to a circle to a
square. A TYPE tag has been added to the UL element so no matter what
your indent level you can specify whether you want as your bullet a:
<LI>
To give even more flexibility to lists, the TYPE tag has been added to
the LI tag. You can now change the list type in the middle of a list,
and for ordered lists the list count numbers. TYPE takes the value of
UL or OL, depending on what type of list you are in. It changes
the list type for that item and all subsequent items. For ordered lists, the
VALUE element is also added so you can change the count for that list
item and all subsequent items.
<IMG>
The IMG tag is probably the most extended tag. You can now modify the
ALIGN= parameter with: left, right, top,
texttop, middle, absmiddle, baseline,
bottom, absbottom
The WIDTH and HEIGHT tags are added to IMG mainly to speed up display of the document. If you specifies these, the viewer of their document will not have to wait for the image to be loaded over the network and its size calculated.
<IMG BORDER=value>
This lets you control the thickness of the border around an image
displayed. Warning: setting BORDER=0 on images that are also part of
anchors may confuse your readers as they expect a colored border indicating
that an image is an anchor.
<IMG VSPACE=value HSPACE=value>
For the floating images it is likely that you do not want them pressing
up against the text wrapped around the image.
Back to Netscape Extensions to HTML
Up to the Contents page