Hi Folks,
I have a <textarea> for an input field (naturally). My question: is there a way to determine rows/cols as pixel values?
For example, I have this now:
Code:
<textarea placeholder="Enter your answer here (1,000 character limit)." id="fixed_size" cols="30" rows="5"></textarea>
However, it was requested to be
398x460 pixels in dimension (Width x Height). I am using
16px Helvetica sans-serif if that helps. I am unaware of a way to make this happen exactly, but thought I would ask you fine folks if there is any new CSS3/HTML5 tricks (that don't use canvas...it conflicts with the rest of the app and out of scope for this question).
Please let me know any ideas you may have, and as always thanks for the help.
- lakeTrout
PS: This is only my second post, but have found MANY helpful resources here and a tremendously fast reply to my first post...thanks! 