Saturday, October 8, 2011

Create Code box in webpages

This tips help to create code box in blog, website

Example of code box
Example:



Code for above code box:


<textarea cols="70" name="textarea" rows="10" wrap="VIRTUAL">
Your code will be here
 </textarea>



You can modify size of code box size by changing value of cols=" your value" for horizontal size and rows="your value" for vertical size.

No comments:

Post a Comment

This site is MOBILE FRIENDLY