Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

how do i make a form button link?


Add this code to your page, and add your own information where you see bold text:

<form method="link" action="http://address you want to link to"> <input type="submit" value="click here"></form>

This is what it would look like:

 



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>



Form button links can also include an image:

<form method="link" action="your url here"><input type="image" src="your file name.gif"