HTML TYPE = VERTICAL

VERTICAL inserts vertical space between lines of text. VERTICAL makes the space look like a really big paragraph break. (However, don't use VERTICAL when you mean <P ...>. If you really intend a paragraph break, use VERTICAL and <P ...> together). When you use VERTICAL, you must also use the SIZE attribute, notHEIGHT.

This Code Makes This
hi there!

<SPACERTYPE=VERTICAL SIZE=50>

hi there!

<SPACERTYPE=VERTICAL SIZE=200>

hi there!
hi there! hi there! hi there!

TYPE=BLOCK >