|
This is just a regular form:
<form action="http://the address here">
|
|
<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">
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">
<input type="submit" usestyle borderimage=file://rom/borders/buttonborder4.bif value="another one" width=200>
|