I have a drop-down list which causes a text-area to populate with different text depending on what’s selected. I have this part working fine, but I’m not able to format the text to show paragraphs. using regular html, just causes it to be printed out.
Does any one know can I create paragraphs, etc?
Thanks Guys!!
You’ll need to use some sort of rich text editor, like CKEditor, or, use newlines
\n. The<p>will be interpreted literally in atextarea.