Saturday, November 22, 2008

Create Text Area (tutorial blog)

What is the text area?. To improve your understanding of what the text area, please divert your attention to the screen to the right, under the heading How tuker link, there is a box that contains text in the code, HTML code, it is in a text area. Now see the examples, then we can say that the Text area is the area or place to store the text or any posts with the new area formed. Usually this in the text area to save the HTML code or other text to be in the copy by the visitors.


To create a text area, please your Copy the code below:


<p align="center"><textarea name="code" rows="6" cols="20">Write a text or code you want here, so any posts you will later appear in the text area </textarea>

For example:







Description: rows = "6", showed a high area of the text, so if you want the text area to the high number, please replace "with the number 6 before a higher value.


Cols = "20", shows the width of the text area. If you want the text area then please change the width of the number "20" before the number of higher value.


Text Area with a highlight


There are variations from the text to make this area, that is, the text area by using the highlight. with the key highlight of this will make it easy for visitors to copy the entire text or code in a given, because with only one button press only highlighted earlier, the entire text or code that is in it will be the highlight and live in copy only. This facility is very useful when the text or code in the amount provided in the very many and this will reduce the risk of a tertinggalnya text or code to the copy. To create a text area with the highlight this you please copy the HTML code below:





<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="WIDTH: 300px; HEIGHT: 144px" name="txt"
rows="100" wrap="VIRTUAL" cols="55">
you save any posts here, then the text you write will appear here and ready to copy by the visitors</textarea></></div></form>

For example:



source

No comments: