css - Removing the textarea border in HTML -
I am working with the textarea
element in HTML and want to remove the box's limit . I also want to align the text below my textarea
.
call it & lt; Head & gt; Add to
:
& lt; Style type = "text / css" & gt; Textrea {limit: none; } & Lt; / Style & gt;
Or straighten to the lesson:
& lt; Textarea style = "border: none" & gt; & Lt; / Textarea & gt;
Comments
Post a Comment