SPACER
This tag is Netscape specific and specifies a blank space within the document. It recommended that you use style sheets for cross browser compatibilty. For example:
-- Insert desired text here -- <SPACER TYPE="HORIZONTAL" SIZE="20"> -- Insert desired text here --
SPACER Attributes:
SIZE="n"
This attribute defines the size of the spacer, and is measured in pixels.
TYPE="HORIZONTAL" or "VERTICAL"
This attribute defines whether the spacer is to be horizontal or vertical.