Getting larger text - also with formatting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sonnich

    Getting larger text - also with formatting

    Hello friends

    I need an <inputwhich a type, which can get a larger text - like a
    memobox. Not a type=text, but with multiple lines.
    Where is there an overview of input types?
    That might help me a lot.

    Secondly, thay would like to copy and paste html formatted text, is
    there a way to keep the formatting?
    Or just get the text with some of the formatting left?

    BR
    Sonnich

  • Johan

    #2
    Re: Getting larger text - also with formatting

    Sonnich wrote:
    Hello friends
    >
    I need an <inputwhich a type, which can get a larger text - like a
    memobox. Not a type=text, but with multiple lines.
    Where is there an overview of input types?
    That might help me a lot.
    >
    Secondly, thay would like to copy and paste html formatted text, is
    there a way to keep the formatting?
    Or just get the text with some of the formatting left?
    >
    BR
    Sonnich
    >
    <textarea rows="30" cols="20"></textarea>

    For advanced formatting you might google for 'htmlarea'.

    Comment

    Working...