How to create Textarea and Customize Textarea Gadgets For Blogger

Gadgets For Blogger - What is the Textarea? So far I've been posting articles Textarea. Textarea is a place to put text or text with a white mat area in general. Textarea usually used to put the code - the html code and paste that could be copied by other people or visitors of your blog.
I remind Textarea does not support the HTML code (')

Well, here's a sample code base that is often seen Textearea.

<center><textarea>Put the code - HTML code that will be my friend put it here for copying other people or visitors</textarea></center>

Code Green is the contents of the TextArea.
Light Blue Code is the code for menengahkan Textarea.
The result is like this:







Well, here's a Textarea Edits.

Edit the Size, Color, High distance lines, and Padding Textarea.

<center><textarea name = "code" rows = "2" cols = "50" style = "background: none repeat scroll 0% 0% # 000000; color: # FFFFFF; line-height: 1.5em; padding: 5px ; "> put the code - HTML code that will be my friend put it here for copying other people or visitors. May not only put the code, could have a text alert or notification to visitors. </textarea></center>

Description Color:
Blue Color is the ~ Size Width (cols) and High (Rows) Textarea.
~ Color Background Color violet is # 000000. Can be replaced by the code background: none repeat scroll 0% 0% url (Video Image); to replace the Image.
~ The color Orange is a color of paper.
Ligh Green color ~ High Line spacing.
Color ~ Light blue is the Distance Between Limit Textarea with paper.
~ And Green is the Color Fill Textraea.

Then the result will be as follows:

add Highlight All Box in Textarea Gadgets

Highlight what is it? Highlight is a function where the code makes it easy to copy all the text contained in Textarea (Ctrl + A). This is in addition to practical and efficient functioning, Highlight is also useful to prevent the visitors missed some text that will be copied.

<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Highlight All"> </div><div align="center"></div><p align="center"><textarea style="#000000; color: #FFFFFF; WIDTH: 300px; HEIGHT: 50px" name="txt" rows="2" wrap="VIRTUAL" cols="50">Put the code - HTML code that will be my friend put it here for copying other people or visitors. May not only put the code, could have a text alert or notification to visitors.</textarea></p></div></form>

~ Blue color is contained in the Button Name or Place click Highlight.
~ Yellow is the Color of Textarea width and length.

Then the result will be as follows:


Good luck and thanks to reading this Tutorial ^^

0 comments:

Post a Comment