But the HTML markup for a text area field is: <textarea></textarea> Code (markup): and not: <input type="textarea" /> Code (markup): If you want a one line text field that is: <input type="text" /> Code (markup): You can add an identifier to most elements... id="xx" class="xx"