Text Area On Our Blog

Long time I don't make any post yet. Yap, because the reason I must pass the Mid term first, but today, I would post about how we can make a text area

Click for Example :

Or

And this for the tutorial, how to make Text area on our blog

Click for Tutorial :
Click for Post :
Normally we use text area if we want to share our Banner HTML. But we can use it in post like normally.

1. Same with how to make Box On Our Blog or Spoiler In Our Blog we just need go to 'HTML Tab'


2. And copy this script

Type 1

<p align="center"><textarea name="code" rows="6" cols="20">Type something here</textarea></p>

Or

Type 2

<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">Type something here</textarea></p></div></

Change Type something here with the text that you want be in your text area
Click for Add Gadget :
Click for Old Interface :
1. Go to Design => Page Elements => Add Gadget => HTML/JavaScript





2. And copy this script

Type 1

<p align="center"><textarea name="code" rows="6" cols="20">Type something here</textarea></p>

Or

Type 2

<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">Type something here</textarea></p></div></

Change Type something here with the text that you want be in your text area
Click for New Interface :
1. Go to Layout => Page Elements => Add Gadget => HTML/JavaScript





2. And copy this script

Type 1

<p align="center"><textarea name="code" rows="6" cols="20">Type something here</textarea></p>

Or

Type 2

<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">Type something here</textarea></p></div></

Change Type something here with the text that you want be in your text area
~Good Luck~

1 comments: