Polaroid
Bigmaster
Home
About
/Page/Html/textarea
1.Text Area Normal ;
<@textarea name="normal"cols="10"rows="3">ISI TEKS/KODE <@/textarea>
2.Text Area dengan Background ;
<@textarea name="emsite2" rows="3" cols="10" style="background:#305F00;color:#fff;border:2px inset #003c1f;line-height:1.5em;padding:0 7px;"> ISI TEXT/KODE <@/textarea>
3.Text Area dengan Border style ;
<@textarea name="emsite3" rows="3" cols="10" style="background:#96e8c2;color:#000;border:1px solid #0f8555;border-left:20px solid #0f8555;line-height:1.5em;padding:5px;">ISI TEXT /KODE<@/textarea>
4.Text Area dengan Border warna warni ;
<@textarea name="emsite4" rows="3" cols="10" style="background:#bffaff;color:#FF0000;border- bottom:4px solid #40FF1F;border-right:4px solid #40FF1F;border-top:4px solid #FFE900;border-left:4px solid #FFE900;line- height:1.5em;padding:5px;">ISI TEXT/ KODE<@/textarea>
5.Text Area dengan Style Border Dashed ;
<@textarea name="emsite5" rows="3" cols="10" style="background:#Faffca;color:#000;border:2px #Ffb300 dashed;line- height:1.5em;padding:5px;">ISI TEKS/ KODE<@/textarea>
6.Text Area dengan Border Dotted ;
<@textarea name="emsite6" rows="3" cols="10" style="background:#44b4ff;color:#fff;border:3px dotted #0472e8;line- height:1.5em;padding:5px;">ISI TEXT/ CODE<@/textarea>
7.Text Area dengan Style 3D ;
<@textarea name="emsite7" rows="3" cols="10" style="background:#F9bdd6;color:#FFEFF9;border:5px outset #Ec1255;line- height:1.5em;padding:5px;">ISI TEKS/ KODE<@/textarea>
.