HSPACE


HSPACE ATTTIBUTE sets the horizontal space to the left and right of the marquee.

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


Examples:

This code Will give you this:
<MARQUEE WIDTH="25%">Hello</MARQUEE> all! Hello all!

This code Will give you this:
<MARQUEE HSPACE=10 WIDTH="25%">Hello</MARQUEE> all! Hello all!

This code Will give you this:
<MARQUEE HSPACE=40 WIDTH="25%">Hello</MARQUEE> all! Hello all!


Back
My home page