basics and marquees
body backgrounds
BASICS
<body background="IMAGE URL"bgproperties="fixed">
non-moving background
lines
<body background="IMAGE URL">
<hr width=NUMBER color=COLOR size=NUMBER>
(width is width, size is height)


a space
&nbsp;
MARQUEES
basic
<marquee>TEXT HERE</marquee>
TEXT HERE
bouncy
<marquee behavior=alternate>TEXT HERE</marquee>
TEXT HERE
bg color
<marquee bgcolor=COLOR>TEXT HERE</marquee>
TEXT HERE
directions
<marquee direction=RIGHT, LEFT, UP, or DOWN>TEXT HERE</marquee>
TEXT HERE
speed
<marquee scrollamount=NUMBER>TEXT HERE</marquee>
TEXT HERE
width
<marquee width=percent OR number>TEXT HERE</marquee>
TEXT HERE(33%)
mouseover speed
<marquee onMouseover="this.scrollAmount=#"
onMouseout="this.scrollAmount=#">TEXT</marquee>
TEXT
The onmouseOVER # is when you put your mouse
ON it, the onmouseOUT # is when its normal
on toOLbar
Hosted by www.Geocities.ws

1