email input box not resizing
-
I used the code below for the Form mark-up:
<p>
<label>Email Address:</label>
<input name=”EMAIL” required=”required” type=”email” placeholder=”Your email address” value=”{user_email}” size=”50″>
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>
I set the size of the email input field to 50. But, the email input field is not reducing to the set size. It is occupying the entire row – about 960px.Please, assist here.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘email input box not resizing’ is closed to new replies.