Site hosted by Angelfire.com: Build your free website today!

MARQUEES, ALERTS &
PAGE COLOR CHANGE

On this page we will discuss how to put marquees on your page.

Simple Marquee:


<marquee>MY MARQUEE!</marquee>
This will give you this:
MY MARQUEE!

Colored Background Marquee


<hr><marquee bgcolor=red>
My Marquee
</marquee><hr>
You will get this:

My Marquee

Size and Color Marquee:


<hr>
<font size="+7">
<font color="red"> marquee bgcolor=yellow>
My Marquee
</marquee>
</font></font>
<hr>
You will get this:

My Marquee

Blink Marquee


<hr>
<font color="red" size="7">
<marquee bgcolor=yellow scrollamount=400 scrolldelay=500>
My Marquee!</marquee></font><hr>
You will get this:

My Marquee!

Background Marquee


<center>
<hr>
<table background="https://www.angelfire.com/
ar/maxine/images/scen5.jpg"
height=60 width=600>
<tr><td><center>
<font size="7" color="white">
<marquee>MY MARQUEE</marquee>
</font></center></tr></td></table><hr>
This will give you this:

MY MARQUEE

Shortened Marquee


<marquee width=30%>
My Marquee
</marquee>
You will get this:

My Marquee

Combo Marquee


<center>
<table border=10 background="http://
www.angelfire.com/ar/honey3/images/back14.gif"
height=60 width=300 cellspacing=8 cellpadding=10>
<tr><td><center>
<font size="6" color="white">
<marquee scrollamount=225 scrolldelay=500>
MY MARQUEE!</marquee>
</center></font></tr></td></table>
This will give you this:
MY MARQUEE!

Bouncing Marquee


<marquee behavior=alternate>
My Marquee
</marquee>
You will get this: My Marquee

Click Link Marquee


<a href="http://homepages.infoseek.com/
~pastor__bill/index.html">
<marquee bgcolor=red>
My Marquee
</marquee></a>
You will get this:
My Marquee

Double Marquee


<marquee bgcolor="green" direction=right
width=50%>MY MARQUEE</marquee>
<marquee bgcolor="blue" direction=left
width=50%>MY MARQUEE</marquee>
You will get this:
MY MARQUEE MY MARQUEE

Blend Marquee


To blend the above two Marquees, follow this code:
<marquee bgcolor="pink" direction=right
width=50%>MY MARQUEE
<marquee bgcolor=purple" direction=left
width=50%>MY MARQUEE</marquee>
You will get this:
MY MARQUEE MY MARQUEE

Together Marquee


<a href="https://www.angelfire.com/ar/
josephus/index.html"><marquee
bgcolor=red width=30% behavior=alternate>
MY Marquee
</marquee></a>
You will get this:
My Marquee


POP UP ALERTS

For those of you who's computors will support Alerts, here are some codes:

Automatic Alert:
Comes up when your page is accessed:
<SCRIPT>alert("Want one of these on your page? See below.") </SCRIPT>

You will get the alert you saw when you entered this page.

Click On Alert:
Click on this one to see what the alert says.
<form>
<input type="raido"
onClick="alert('Cool Huh?')">
</form>
You will get this:


PAGE COLOR CHANGE

Have you ever wanted to change your Background Color without having to access your edit page? Check this out.
<form>
<input type="radio" onClick="document.bgColor='yellow'">
</form>
You will get this:


How about lightblue:


To test any of the codes on this page, write down the code and CLICK HERE

TABLE PAGE