Can't figure out this one.
Text I enter into my textarea, doesn't break the lines.
CSS:
#description{
float:right;
font-size:12px;
padding:4px 2px;
border:solid 1px #afd45a;
width:260px;
height: 90px;
margin:0px 20px 20px 6px;
}
HTML:
<input type="textarea" name="description" id="description" rows = "4" cols = "25"/>