Textarea width seems bigger in chrome

As the topic suggest, i have a textarea box which seems a little bigger in chrome than in firefox. www[dot]newdaybankruptcy[dot]com

The width of the textarea is defined as cols=“29”, what means: 29 character spaces. Font-size dependent! And font-sizes have small differences (x 29) in browsers / the visitor can have font scaled.
Solution: omit the cols, and give the exact width with css: {width: 268px;}. Ready. :slight_smile:

Css will override columns set. You can leave the columns for when css is off. Which happens all the time lol. 98.5% sure on that.

Thanks guys. it solved my problem!

p.s - how do i control the value of input type. my text seems a little off from the button in regards to placement.