How to add Text box with scroll bar to blogger


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
Text fields or text boxes are very important for special tasks such as providing HTML codes or Text for users to copy.I have posted some tutorials about Text boxes.This is another tutorial.I used CSS to stylish this text box.Also This has added scroll bars.So whenever you add more words/codes,They will scroll down on the text box.This is an appropriate text box for white color background template.See the demo of this Text box and to add this text box to your blog, follow below instructions.




Recommend10 CSS Text boxes with Scroll bars for your Blog

Add Textbox on my Blogger Blog


1. Sign in to your blogger account.
2. Go to Blogger dashboard --> Template -->Edit.
3. Now find  ]]></b:skin> code on your blogger template editor.
4. Paste below codes just above/before ]]></b:skin> code.


#Bltexarea01 {
/*---Textbox form www.bestlodge.blogspot.com-----*/
overflow:auto;
border:1 solid green;
text-decoration:none;
font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
text-align:left;
font-size:14px;
line-height:18px;
color:#525050;
background:#CCC9C9;
-moz-opacity:0.8995;
-khtml-opacity:0.8995;
opacity:0.8995;
filter:alpha(opacity=89.95%);
max-width:600px;
width:600px;
height:250px;
padding:13px 10px 10px 18px;
margin-top:10px;
margin-bottom:8px;
}
#Bltexarea01:hover {
border:1px dotted green;
color:#3D3D3A;
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
filter:alpha(opacity=100%);
background:#B3B3B3;
-moz-transition:background .5s ease-in .1s;
-webkit-transition:background .5s ease-in .1s;
-o-transition:background .5s ease-in .1s;
transition:background .5s ease-in .1s;
}

5. Now Save your template.
6. Now whenever you want to add any code/text on Textbox,click on "HTML" button in blogger post/page editor and paste below code.Then make below changes.

<textarea id="Bltexarea01" readonly="readonly">
Type your Text Here...
</textarea>

Customization

If you want to let users to edit the codes/words in Textbox, remove above readonly="readonly" code.
Then add your words/codes instead of "Type Your text Here...".

That's all.If you have any problem about this Text box,feel free to ask me any question. Don't forget to share this tutorial with your friends.Happy Blogging :)
Enjoy...


Pengelola Blog : ABDUL WAHAB

Judul : How to add Text box with scroll bar to blogger
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang How to add Text box with scroll bar to blogger
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
https://kejutaninternet.blogspot.com/2013/05/how-to-add-text-box-with-scroll-bar-to.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »