How To Add Currency Converter To Your Blog?
Today i,m going to share eith you the methode of adding a currency converter to your blogger blog it is very simple methode
1) First of all go to your blogger dashboard click on layout and then add gadget
2) And Select html/javascript gadget
3) Now paste the below given codes in your html/javascript window
1) First of all go to your blogger dashboard click on layout and then add gadget
2) And Select html/javascript gadget
3) Now paste the below given codes in your html/javascript window
<div style="background-color: #c3e44f; border: 2px solid #888; margin: 0px; padding: 0px; text-align: center; width: 400px;"><div style="align: center; background-color: #a0c030; border-bottom: 2px solid #888; margin: 0px; padding: 0px; text-align: center; width: 100%;"><a class="Vlabel" href="http://seomethodes.blogspot.com//" style="color: black; font-family: arial; font-size: 12px; line-height: 16px; margin-bottom: 6px; text-decoration: none;">Currency Converter</a></div><script src="http://fx-rate.net/converter.php?size=medium" type="text/javascript"></script></div>
0 Comments