2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just before the </head> tag .
<style type='text/css'>
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#fff;
font-weight:bold;
padding: 1px 2px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnOJB9gnsS3_d0Cr9Ge-o-0iH6s5P83O0V5gakc4hxteNIdQa_CizNmMx0t3cnoOBSfge3Yy0IlopvEMkS4wp5sk98ROIfyG6wq1pHe-aS_8dtS34jrdH58kdTok4Pr5EH1Dbgq7A5gNU/s400/topnav_stretch.gif) repeat-x left top;
}
</style>
NOTE:You can use another image instead of above image and can change colors as your choice.
4.Now save your template.
5.Now add class="formbutton" into your input tag.Look at the example below.
<form>
<input type="text" style="width: 200px; border: 1px />
<input type="submit" class="formbutton" value="Subscribe" />
</form>
It will look like this:

Replace Submit Button With A Image
No comments:
Post a Comment