How do i get the input field the same width as the pre text.
Imagine I have the following:
<body><pre><form>
Name : <input type="text">
Company : <input type="text">
</form></pre></body>
The size of the text inside the input aint the same as the other text.