Search code examples
csstextareaalignmenttextfield

Why do my text fields and text areas not align when they have the same width?


Here's the simplest example:

<textarea id="text_area" name="text_area" style="width:280px">
</textarea>
<input id="text_field" name="text_field" style="width:280px" type="text" />

Solution

  • Try setting the padding and margin values to 0px.