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

Forms

This is just a regular form:

<form action="http://the address here">
<input type="submit" value="this is what you want to say">
</form>

Webtv Form Buttons

<form action="the anchor address here">
<input type="submit" usestyle borderimage=file://rom/borders/buttonborder2.bif value="this is what you want it to say">
</form>

 

We can change the color and size of the font by putting in a font statement. This is how it would look:

<form action="the anchor address here">
<font color="#ffff0f" size=4>
<input type="submit" usestyle borderimage=file://rom/borders/buttonborder2.bif value="this is what you want it to say">
</font>
</form>

 

You can also use a width statement to make it the width you want. The one above is the largest. I didn't use any width. This is where you would put the width statement at:

<input="submit" usestyle width=150 borderimage=file://rom/borders/buttonborder2.bif value="this is it">

 

Here is another form button:

<form action="the anchor address here">
<font color="anycolor" size=1>
<input type="submit" usestyle borderimage=file://rom/borders/buttonborder3.bif value="another one" width=100>


Here is another one:

<input type="submit" usestyle borderimage=file://rom/borders/buttonborder4.bif value="another one" width=200>


<input type="submit" usestyle borderimage=file://rom/borders/buttonborder5.bif value="another one" width=220>