<SPACER...>
     ALIGN="left|right|top|texttop|middle|absmiddle|baseline|bottom|absbottom"
     CLASS="Style Sheet Class"
     HEIGHT="Pixels"
     ID="Unique Identifier"
     LANG="Language descriptor"
     LANGUAGE="Scripting Language descriptor"
     SIZE="Pixels"
     STYLE="Style Sheet Setting"
     TITLE="Title of element"
     TYPE="horizontal|vertical|block"
     WIDTH="Pixels"
>

Description

Creates a horiztonal, vertical, or block of white space in a document. (Only supported by Netscape)

Attributes

Attribute Description
ALIGN Specifies the alignment of the white space introduced into the document.
CLASS Sets the style sheet class (specified in an in-line, linked or imported style sheet) to be applied to the element.
HEIGHT When used with TYPE="block", specifies the height of the white-space block in pixels.
ID Sets a unique identifier for the element, allowing it to be referenced within scripting functions, or to specify a style sheet setting, set using a #<style_class> class selector.
LANG Specifies the language (using an ISO country code derived classifier) that the element is using, for browsers that support document localisation.
LANGUAGE Sets the scripting language that any in-line scripting events are written in.
SIZE Specifies the size (in pixels) of the spacer when TYPE="horizontal", or TYPE="vertical" is used.
STYLE Sets in-line style sheet settings for the element, which will over-ride any set in a <STYLE> block, or externally linked to the document.
TITLE Specifies an informational title for the element. The contents of the TITLE attribute may be presented as a Tool-Tip by some browsers.
TYPE Specifies the type of white space block that will be inserted into the document. TYPE="horizontal" inserts some horizontal white space, TYPE="vertical" inserts a block of vertical white space and TYPE="block" inserts a rectangular block of white space around which document content will flow.
WIDTH Specifies the width of a TYPE="block" spacer, in pixels.


See 'HTML Reference|White Space|<SPACER>' for more information.