Sunday 9 October 2011

Simple Link Button


To make a link button simply add this code into a post in Edit HTML mode or in a HTML/javascript gadget.
<form><input onclick="window.location.href='YOUR LINK'" type="button" value="BUTTON NAME" /></form>


Change the BUTTON NAME to what you want to display and change the YOUR LINK to the link you want it to direct you too.


EXAMPLE:


No comments:

Post a Comment