|
|
how do i make a form button link?
Add this code to your
page, and add your own information where you see bold text:
You can also add color to your link buttons. You can change the font color by adding a hex number in the "color" tag. Here is the code: <form method="link" action="http://address you want to link to"> <input type="submit" value="click here" rows=6 COLS=26 style="font-family:arial" style="background:#9900ff" style="color:#ff66ff"></form>
|