• Hi
    I have read threads on text and text area sizing but copying the format does not seen to size the box.
    viz Form
    <label> date of event [text date size:15]</label> . <label> time [text time size:15]</label> . <label> Telephone [tel phone size:25 tel-407] </label>
    & Mail
    [date][time][phone]

    SO – any ideas anyone?

    TIA Mr Red

    though permutations on that have been tried. Line feeds above generate line feeds in the result, but how do you get them on the same line? Sizing should do that.

    With a date field it can put similar boxes on the same line, but the date field results in wildly differing actions in different browsers even reversing the date format (UK/World) in Safari 5 (No Mac tests!).

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter stroudvoices

    (@stroudvoices)

    looking at the HTML it generates I see:

    <input type="text" name="time" value="" size="15" class="wpcf7-form-control wpcf7-text" aria-invalid="false">

    but the display is still curiously full width.

    FireFox 69, Win 7 – but if it is that dependent on browser & OS I will have to move on. Maybe revert to my old JavaScript/HTML methodology.

Viewing 1 replies (of 1 total)
  • The topic ‘Sizing text boxes doesn’t work, any ideas.’ is closed to new replies.