Posts

Showing posts from November 23, 2020

HOW TO CREATE TILTLE BLOG LIKE GIF

  1.Login ke Blogspot . 2. Klik Layout/design > klik  Edit HTML 3. Search this code. <head> 4. After that, copy this code and paste, take code at upside   <script language='JavaScript'>var txt="Welcome to my blog";var kecepatan=100;var segarkan=null;function bergerak() { document.title=txt;txt=txt.substring(1,txt.length)+txt.charAt(0);segarkan=setTimeout("bergerak()",kecepatan);}bergerak();</script> 5.The sentence Welcome to my blog up to you  6.Click SAVE TEMPLETE. , view and look at the blog. Its done!

HOW TO USED ICON CUTE BESIDES AUTHOR

 ICON BESIDES AUTHOR  1. Sign in blogger >  Design  >  Edit HTML  >  Expand Widget Templates 2. Search code, if you lazy just click Ctrl F, add code in the box find dan enter!  <b:if cond='data:comment.authorUrl'>  3. Copy this code , and paste  down  <img src=" PUT URL ICON "/> <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a> 4. Change  PUT  URL ICON   with url icon 5.  Preview, if don't error please SAVE.