MyBB Community Forums

Full Version: how to post textarea on threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to post textarea on threads

like html   <textarea>ABCD</textarea>


how to put this code using bb code
I don't know why you would want this, but:
Edit: You can style it using inline html/css in the replacement box.

Regular Expression:
\[textarea\](.*?)\[/textarea\]

Replacement:
<textarea>$1</textarea>