| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| "http://www.w3.org/TR/html4/strict.dtd"> |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| <meta name="generator" content="BBEdit 8.2"> |
| border: dotted silver 1px; |
| font-family: Verdana, Arial, Helvetica; |
| width:400px; height:200px; |
| line-height settings not reflected in textarea<br/> |
| <textarea id="myTA" class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea> |
| <br/><br/>PARAGRAPH - works |
| <p class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</p> |
| <div class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</div> |
| <br/><br/>Un-Styled Textarea<br/> |
| <textarea>Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea> |
| <br/><br/>Totally Blank Un-Styled Textarea<br/> |
| <br/><br/>Totally Blank STYLED Textarea<br/> |
| <textarea id="myTA" class="p"></textarea> |