Why has html5 changed so much stuff!
How do i alter the width of the below two text boxes?
<div class="editor-field">
@Html.TextBoxFor(m => m.S1_LandLine)
@Html.ValidationMessageFor(m => m.S1_LandLine)
</div>
and
<input type="text" id="myinput" value="1" class="Q" data-id2="Q" />
and
<select id="S1_TitleID" name="S1_TitleID">
<option selected="selected" value="1">Mr</option>
<option value="2">Miss</option>
<option value="3">Mrs</option>
</select>
Using CSS: