Hello
I had a problem that I can't to solve.
My application have same buttons to access same functions, this buttons are simple input type="submit", the problem is: depending the value or label or string that I put in this button, the size is variable.
If I put th word "document" I have a button with 1 inch, if I put "this document is dirt", I have a button with 2 inch.
How can I fix or determine the size of this button without depend of what is write???
Thanks in advance....