1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
6 <title>StyledTA
</title>
7 <meta name=
"generator" content=
"BBEdit 8.2">
8 <style type=
"text/css">
10 border: dotted silver
1px;
12 font-family: Verdana
, Arial
, Helvetica
;
15 width:400px; height:200px;
21 line-height settings not reflected in textarea
<br/>
23 <textarea id=
"myTA" class=
"p">Demo text here that wraps a bit and should demonstrate the goodness of line-height
</textarea>
24 <br/><br/>PARAGRAPH - works
25 <p class=
"p">Demo text here that wraps a bit and should demonstrate the goodness of line-height
</p>
27 <div class=
"p">Demo text here that wraps a bit and should demonstrate the goodness of line-height
</div>
28 <br/><br/>Un-Styled Textarea
<br/>
29 <textarea>Demo text here that wraps a bit and should demonstrate the goodness of line-height
</textarea>
30 <br/><br/>Totally Blank Un-Styled Textarea
<br/>
32 <br/><br/>Totally Blank STYLED Textarea
<br/>
33 <textarea id=
"myTA" class=
"p"></textarea>