I know its has been long that I haven’t post any new tricks, but since I am studying too, I have to take care my study. Here is my another nice tricks for subscribe button. You have seen that some of blogger have changed color of Subscribe Button and you also want to do it. Be happy here is trick for it.
You can see that I have change color of Subscribe…! button to orange.
To use this trick. Log in to your feed burner and get code for subscribe form. It will looks like this:
<form style=”border:1px solid #ccc;padding:3px;text-align:center;” action=”http://feedburner.google.com/fb/a/mailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=blogspot/indianmonsters’, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520′);return true”><p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p><input type=”hidden” value=”blogspot/indianmonsters” name=”uri”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by <a href=”http://feedburner.google.com” target=”_blank”>FeedBurner</a></p></form>
Now find this code:
<input type=”submit” value=”Subscribe” />
Change it to this to get orange color for Subscribe button:
<input value=”Subscribe…!” type=”submit” style=”font-style:veranda; font-size:14px; font-weight:bold;color:Black;background-color:#FF6600;text-align:center;”/>
Now change Subscribe….! to your choice of text
Change #FF6600 to your choice of color. This code is for orange.
I hope this will work for you. If not, then feel free to contact me. And don’t forget to subscribe with us to get latest future tricks about Blogger and maybe more.











