Saturday 14 April 2012

[Tutorial] How to Put code Box on Blogspot Posts.

code box

Lets get this done quickly and simply.If you ever wanted to add some HTML code to your blogger posts then you might have seen that you cant put it normally ,because blogger just compiles it like most it were to be a part of source code.
So here is a simple procedure to put your code in posts:-

1.  Go to New Post Click on HTML Beside Compose,and HTML code for your post appears. 
edit html

2.  Put this code where you want to put the code box.

<textarea cols="”40″" name="”textarea”" rows="”4″" style="height: 81px; width: 392px;">PUT YOUR CODE HERE</textarea>
3.  And this is the result you get -

No comments:

Post a Comment

Note: only a member of this blog may post a comment.