Wednesday, October 10, 2012

How to Put Code in a box in Blogger,A JavaScript Box

Javascript Box to put Your code
Screen Shot of Code Box
Put Code in Box in Blogger: JavaScript Box to Put Your Code in Blogspot Post
You might be thinking that the word box i used may not be the word should i use. however this word is pretty enough good to let you know that of what i am talking about.
if you are a blogger and providing services to the users some widgets codes to copy and paste in their blog. so you are the at the right place to learn and implement it on your blog too.
if you are a web developer you can also customize it to look different and stylish.


How To Put JavaScript Box in Blogger Post:
Step-1: Copy the Below Code and Paste it in HTML in Blogger post anywhere you want.
Put Code in a box in blogspot

<textarea name="textarea" cols="40" rows="4" wrap="VIRTUAL">
YOUR CODE 
</textarea>

Step-2: Replace Your Code with your Desired Code.

Now if you Switch to Compose Mode you should see your Code in the Box.
Done!

Customization: 
You can adjust height and width according to your desired by increasing or decreasing the cols and rows in the code provided in the Step-2.

Feel Free to comment and Share your Views!
Thanks to You! You are Amazing



No comments:

Post a Comment