Viewing 3 replies - 1 through 3 (of 3 total)
  • Read the docs.

    Thread Starter Johnny Zakhara

    (@jzkits)

    i did

    and this is what it says

    [text* your-name 20/40 class:required “john smith”]

    now i have a question.

    does the 20/40 mean the limits of the typer or the appearance of the box?

    because i want my box to go accross the page (or just be wider)

    This is for a text field:
    (size)/(maxlength) (ex: 40/100 or 20/ or /50)
    Field size and max length. You can omit one of them.

    and this for is a text area:
    (cols)x(rows) (ex: 40×10 or 80x or x4)
    Columns (width) and rows (height) of text area. You can omit one of them.

    right out of the docs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CAN I MAKE THE TEXT BOX WIDER ?’ is closed to new replies.