How to Add HTML text box with Hover Effects
- Sign in to your Blogger account
- Then goto Blogger Dashboard >>Template>Edit HTML
- Press Ctrl+F atonce ,a box will apear and Find this code ]]></b:skin> in your template HTML editor
- Now paste the CSS Code before/above on ]]></b:skin>
- Save your template
When you make a post then Press HTML Button and add this code
<textarea id="BL_textarea1" readonly="readonly" >
Enter your Text or any codes here....
</textarea>
You Can change the width and height of text box "width:600px" and "height:135px" are used in above css code and you can change it according to your own desire. Also you can change font size by changing in this code "font-size:12px" change the size of text as you like better.
0 comments:
Post a Comment