How to Add code box area in Blogger

Did you ever wondered how to add code boxes on your blogger post? There are two ways, one is a simple method which is best suited for beginners (like me) and the other is the advanced method which gives your code box a more professional look but requires a little source tweaking. But here i am shearing the 1st method that is quite easy to apply. Basically code box separate the HTML code from the other text. It seems nice and easy to understand the code. Now i will show you that How to Add code box area in Blogger. Just follow the instruction.

Process:-
1. From blog post click on HTML

2. Now copy & paste the following code
<textarea name="textarea" cols="40" rows="4" wrap="VIRTUAL">
YOUR CODE
</textarea>
3. Now save and view.

note: the code box will appear like the above
Just replace your html code with YOUR CODE
You can also increase the row number by change it.


Finally, Problem solved!
Now you can Add code box area in Blogger.
Congratulations!
If there any problem, don't hesitate to contact me