I have a text box defined by the following code:
<input type="text" maxlength="8" size="8">
The problem I am having in the text box stretches all the way to the end of the screen instead of being limited to a specific size on the page. The box is crowding out other screen elements and making horizontal placement difficult as a result.
There are no CSS elements currently defining the box outside of the default attributes