Button with customization options for blogger

Sample:


Code


<a href='https://organisednotes.blogspot.com/' target='_blank'>

<input type='button' style='padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:10px;margin-left:10px;margin-top:10px;margin-right:10px;margin-bottom:10px;background-color:#1b90bb;color:#FFFFFF;border-left-width:2px;border-top-width:7px;border-right-width:6px;border-bottom-width:0px;border-color:#d5d5d5;border-radius:100px;cursor:pointer' value='Name (click here!)' onMouseOver=this.style.backgroundColor='#FFFFFF';this.style.color='#1b90bb';this.style.borderColor='#d5d5d5' onMouseOut=this.style.backgroundColor='#1b90bb';this.style.color='#FFFFFF';this.style.borderColor='#d5d5d5' />

</a>

Modifications

Link change :<a href='https://organisednotes.blogspot.com/' target='_blank'>

 Background color:background-color:#1b90bb;color:#FFFFFF

Name change:value='Name (click here!)'

Tags