1. Login to blogger
2.Go to Template --> Backup your Template ---> Edit html

Find this code

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Replace with this code :

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Save template.

Related Posts:

  • Cara Setting Blog Menjadi DofollowNofollow artinya link yang anda masukkan pada saat anda memberikan komentar disebuah blog tidak akan ditelusuri lebih lanjut oleh mesin pencari dalam artian anda tidak akan mendapatkan backlink dari blog tersebut, sementara k… Read More
  • Cara Menghapus Langgan: Entri (Atom)1. Login ke Blogspot 2. Klik Rancangan/Design --> pilih Edit HTML, beri ih centang pada kotak Expand Template Widget dan gunakan tombol Find untuk memudahkan pencarian kode; 3.  Cari kode di bawah ini:   &n… Read More
  • Hide Navigation Bar BlogspotNavigation Bar is fasility of blogger.com. But many blogger want to hide this navbar because it will make their blog layout look better without a box (navbar) above it. The Question "is this break TOS (Term Of Service) of blo… Read More
  • Cara Pasang Readmore Otomatis BlogspotAdapun langkah-langkah Cara Pasang Readmore Otomatis di Blogspot adalah sebagai berikut:    1. Login ke Account Blogger Anda;    2. Masuk ke halaman Edit HTML, lalu diatas kode </head> letakkan scrip… Read More
  • How To Make Template Blogspot Valid With Validator.w3.orgLogin with your blogger account first, follow this step : Step 1 First time you must edit the DOCTYPE for get the better HTML. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML  1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/D… Read More

0 komentar:

Post a Comment