Comment on Common patterns of markup & styleparentComments−dangrossman14yThat's because the markup says <textarea id="bio"></textarea> instead of <textarea id="bio"></textarea>It's going to look like that for everyone.−nazar14ythe question is, was it intended to look like that? I doubt it−ejpastorino14yI don't think so either, but editing the form on Firebug or WebKit's inspector is really easy. And the text area is looking nice, really similar to text fields :)
Comments
That's because the markup says <textarea id="bio"></textarea> instead of <textarea id="bio"></textarea>
It's going to look like that for everyone.
the question is, was it intended to look like that? I doubt it
I don't think so either, but editing the form on Firebug or WebKit's inspector is really easy. And the text area is looking nice, really similar to text fields :)