| 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 |
| |
| MARQUEES |
| basic |
| <marquee>TEXT HERE</marquee> |
| bouncy |
| <marquee behavior=alternate>TEXT HERE</marquee> |
| bg color |
| <marquee bgcolor=COLOR>TEXT HERE</marquee> |
| directions |
| <marquee direction=RIGHT, LEFT, UP, or DOWN>TEXT HERE</marquee> |
| speed |
| <marquee scrollamount=NUMBER>TEXT HERE</marquee> |
| width |
| <marquee width=percent OR number>TEXT HERE</marquee> |
| mouseover speed |
| <marquee onMouseover="this.scrollAmount=#" onMouseout="this.scrollAmount=#">TEXT</marquee> |
| The onmouseOVER # is when you put your mouse ON it, the onmouseOUT # is when its normal |
| on toOLbar |