See an example of a text area below to get an idea of what it actually is.
What’s New Here?
I am sure you didn’t like the grayish look of the box above and wish to add some colors and effects to it.
Lets now learn how to add this cool effect to our text areas. Follow the steps below to add a highly stylized and customized text area in your blogs,
Step 1.
Paste the code below just above
- Go To Blogger > Layout > Edit HTML
- Search for
- Paste the next code above it.
.mbt-textarea {
padding:0;
margin:0;
width:400px;
height:40px;
color:#0080ff;
font:12px arial;
background:#fff;
border:1px dotted #289728; }
.mbt-textarea:hover {
color:#289728;
border:2px solid #666; }
.mbt {
padding-top:3px;
margin:0;
color:#289728;
font-size: 9px;
font-family: sans-serif, verdana;
}
Now click Save Template and you are done!
How to use it in your posts
Now when ever you write a post use the HTML code below to display a text area,
No comments:
Post a Comment