Forgive me for asking such a simple question, I\'m new to both HTML and CSS. Is there an easy way to center a textarea? I figured I\'d just try using
textarea{
Untitled Document
you wrap your textarea with a div, give it width and then you align it with text-align:center;
text-align:center;