Saturday, May 30, 2015

Trik Cara Memasang Font Untuk Pilihan Pengunjung di Posting Blogger

Memasang Font Untuk Pilihan Pengunjung di Posting Blog


Silahkan sobat Copy Paste script di bawah ini dan simpan pada postingan sobat
<script> function go1(){ if (document.selecter2.select2.options [document.selecter2.select2.selectedIndex].value != "none") { document.getElementById('main').style.fontSize =document.selecter2.select2.options [document.selecter2.select2.selectedIndex].value } } function go2(){ if (document.selecter2.select3.options [document.selecter2.select3.selectedIndex].value != "none") { document.getElementById('main').style.fontFamily =document.selecter2.select3.options [document.selecter2.select3.selectedIndex].value } } </script> <form id="forma" method="POST" name="selecter2"> <select name="select3" onchange="go2()" size="1" style="font-family: verdana; font-size: 8pt;"> <option value="Times New Roman" />Times New Roman <option value="Arial" />Arial <option selected value="Book Antiqua" />Book Antiqua <option value="Bookman Old Style" />Bookman Old Style <option value="Century Gothic" />Century Gothic <option value="Comic Sans Ms" />Comic Sans Ms <option value="Tahoma" />Tahoma <option selected value="Trebuchet Ms" />Trebuchet Ms <option value="Verdana" />Verdana </select> <select name="select2" onchange="go1()" size="1" style="font-family: verdana; font-size: 8pt;"> <option value="8px" />8 <option value="9px" />9 <option value="10px" />10 <option value="11px" />11 <option selected value="12px" />12 <option value="14px" />14 <option value="16px" />16 <option value="18px" />18 </select></form><small><center><a href="http://variasiblogger.blogspot.com/2011/12/memasang-font-untuk-pilihan-pengunjung.html" target="_blank">Get-Widget-Blog</a></center></small>

Untuk penyimpanan kode script di atas dengan cara silahkan log in terlebih dahulu di blog sobat >> klik Rancangan >> klik Posting >> kemudian paste script di atas , simpan dan lihat hasilnya semoga bermanfaat

No comments:

Post a Comment

Official Virgozta