So in general I am working on my own portfolio, but I've ran into one issue. I've created a text entry box that is 140x40 but sadly the text starts from the middle.
It what it looks like:

It shouldn't be starting fromt he middle, but top left
Any ideas? this is the default form with little to none styling.
form .form_button
{
margin-top: 5px;
color: rgb( 255, 255, 255 );
background-color: rgb( 241, 101, 76 );
border: none;
height: 20px;
font-size: 12px;
}
your message should be in a <textarea></textarea> not a regular input type text
see the difference here: http://jsfiddle.net/swm53ran/92/
Assuming that the element you have created is an You should consider changing it to a text area. Then the text will align where you expect.
If you can't change it to try adding vertical-align: text-top; to your input.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With