hyperlinkcode.com

How To Make A Link Button

The easiest way to make a button link is to create a form which will automatically generate the button.

HTML Link Button Code

Code

<form><input type="button" value="Put Your Text Here" onClick="window.location.href='http://www.hyperlinkcode.com/button-links.php'"></form>

Output

Note: Be aware that search engine spiders will find it difficult to follow button links. If you want the destination URL to be indexed, it may be a good idea to insert a regular hyperlink somewhere on the same page.

Save to del.icio.us :: Digg This! :: Stumble It! :: Add to Propeller :: Save to Furl :: Add to Reddit :: Blinklist It!

More Hyperlink Codes