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

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -