VSPACE


VSPACE ATTRIBUTE sets the space between the marquee and text above and below it.

The default value of VSPACE is 0.
The code examples shows the default value of VSPACE (which is 0) and two larger values:


Examples:

This code Will give you this:
First example<MARQUEE>This is the default value</MARQUEE>To show you. First exampleThis is the default valueTo show you.

This code Will give you this:
Second example<MARQUEE VSPACE=10 >Hello!</MARQUEE>To show you. Second exampleHello!To show you.

This code Will give you this:
Third example<MARQUEE VSPACE=40>Hello</MARQUEE> To show you. Third exampleHello To show you.


Back
My home page