About 2,830,000 results
Open links in new tab
  1. Wrapping text inside input type="text" element HTML/CSS

    Learn how to wrap text inside an HTML input type="text" element using CSS techniques and best practices.

  2. How to make HTML input tag only accept numerical values?

    Dec 19, 2012 · Although firefox gives the input box a red border when non-numbers are typed, in both firefox and chrome, you are able to type non-number characters in the input box.

  3. html - How do I make a text input non-editable? - Stack Overflow

    In some cases, you just want to make the input element non-editable or unchangeable, which means the text cursor can still be placed there and the cursor can be moved around but only …

  4. html - Multiple lines of input in <input type="text" /> - Stack …

    Jun 7, 2011 · The width and height make the box to be bigger, but the user can enter text all (s)he wants yet it fills one line only. How do I make the input more like a textarea?

  5. html - How can I center text (horizontally and vertically) inside a …

    Apr 18, 2011 · Learn how to center text horizontally and vertically inside a div block with various CSS techniques and examples.

  6. html - Why isn't text-transform: uppercase working to set my …

    5 Using CSS text-transform: uppercase does not change the actual input but only changes its look. If you send the input data to a server it is still going to lowercase or however you entered …

  7. html - How to make a Form Input Field Large? - Stack Overflow

    0 You can also change the font-size in the css. This will make the input boxes bigger, and allow for more readable text. Chrome CSS

  8. How do I make the text box bigger in HTML/CSS? - Stack Overflow

    2 there are many options that would change the height of an input box. padding, font-size, height would all do this. different combinations of these produce taller input boxes with different …

  9. How do I set the size of an HTML text box? - Stack Overflow

    Jan 24, 2010 · Keep in mind that text box size is a "victim" of the W3C box model. What I mean by victim is that the height and width of a text box is the sum of the height/width properties …

  10. how do you increase the height of an html textbox

    Jul 20, 2009 · 39 Note that if you want a multi line text box you have to use a <textarea> instead of an <input type="text">.