If you want to make a some kind of button to be click by your visitor, you can make it a better one with this method. You not only use a hyperlink to direct your visitor to another site but with a better button, your URL link will look nice. It look something like this :
You only need this code :
Use this code :
<form action="URL HERE" target="_blank" method="GET">
<input type="submit" value="TITLE OF THE URL HERE">
</form>
Code used for button above is :
Recommend this trick to friends!
<form action="http://place2how-to.blogspot.com/" target="_blank" method="GET">
<input type="submit" value="HOW-TO HOUSE">
</form>
Nice!!
Recommend this trick to friends!
0 comments:
Post a Comment