Again with tutorial βΊ Dalam post aku bertajuk “Day 4 : Tutorial – How to Add Random Posts Widget“, aku ada letakkan code dalam scroll box. Tujuan letak scroll box adalah agar post tersebut tidak panjang berjela. Jenuh nak scroll post pulak nanti kan.
Dengan itu, aku bersungguh belajar di You Tube. Baca tutorial dalam beberapa blog tapi tak faham. Susah nak memahami ayat. Bila tengok video tutorial, barulah faham. Lambat hadam kalau bab code ni. Hihi.
Dan gigih juga taip satu-satu code. Mujur tak panjang code-nya.
Let’s start the tutorial βΊ
HOW TO ADD SCROLL BOX IN BLOG POSTΒ
1. Open your new post.
2. Go to HTML column (see below image – red color).
3. Copy below code and paste it in HTML column.
<div style=”border-style: solid; border-width: 2px; height: 200px; overflow: auto; width: 426px;”>Your content is here</div>
4. Go to Compose column and change “Your content is here” with your own words.
5. Finish your writing and click Publish.
That’s all.
Simple right?
Happy trying, all β€