Article Tag in :Blogger Widgets
The Text Resizing Widget (English)
FOR WEBMASTERS - A LITTLE COMPLEX PROCEDURE1. Navigate to "Design>>Edit HTML" and make a backup of your template by clicking on the "Download full template" link at the top of the page. Once the back up is over, expand your blogger template and search for the following piece of code. Use CTRL+F to speed up the search.
<div class='post-body entry-content' >
2. Just add id='wrap-content' along with the div tag mentioned at step 1, that is, next to class='post-body entry-content'. So, your final tag should be similar to the one shown below.
<div class='post-body entry-content' id='wrap-content'>
3. Save your template and move to the "Design >> Page Elements" page.4. Choose "Add a Gadget >> HTML/JavaScript". Now, paste the following codes in the text document - TEXT RESIZING SCRIPT , in the window that pops up (fill the content part - not the title). You may add a title to the widget or you may leave it blank - the choice is yours.
5. Well, that's it! Save your widget and your done!
Note: By following the complex procedure, the font size of your articles, be it the one on the homepage or the post page, will increase or decrease unlike the ones.
The Text Resizing Widget (Indonesian)
1. Arahkan ke "Desain>> Edit HTML" dan membuat cadangan dari template Anda dengan mengklik pada link "Download full template" di bagian atas halaman. Setelah kembali ke atas selesai, memperluas template blogger dan mencari potongan kode berikut. Gunakan CTRL + F untuk mempercepat pencarian.
<div class='post-body entry-content' >
2 . Hanya menambahkan id = 'membungkus-konten' bersama dengan tag div yang disebutkan pada langkah 1, yaitu, di samping class = 'post-body entry-content'. Jadi, tag akhir Anda harus serupa dengan yang ditunjukkan di bawah ini.
<div class='post-body entry-content' id='wrap-content'>
3 . Simpan template Anda dan pindah ke "Desain>> Elemen Halaman" halaman.
4. Pilih "Tambah Gadget>> HTML / JavaScript". Sekarang, paste kode berikut dalam dokumen teks - TEKS SCRIPT RESIZE , di jendela yang muncul (mengisi bagian konten - bukan judul). Anda dapat menambahkan judul untuk widget atau Anda dapat meninggalkan kosong - pilihan Anda.
5. Nah, itu saja! Simpan widget Anda dan Anda selesai!
Catatan: Dengan mengikuti prosedur yang kompleks, ukuran font artikel Anda, baik itu yang ada di homepage atau halaman posting, akan meningkat atau menurun.