The input element by default is size=\"20\" if this is not defined inline or a CSS style rule is attributed to it.
How do you make the default the actual size of the
"How do you make the default the actual size of the value? (...) I would really just like it if I could put: input { width: auto; } Anyway to do this?"
In an Input HTML Element, width is controlled by its size attribute. This is a quick way I use to simulate { width: auto; }, and it is browsers dependance proof: