Q. Can I include textarea tags in my custom webpages?A. YES. You would want to do this when entering HTML code that users can copy and paste. The textarea makes it easy for users to select the text. However, if you try to type in the standard text area tags, they will either be converted to non-html tags or removed. So the key is to use the following
!TEXTarea = <textarea>
TEXTarea! = </textarea>
Also, if you want to include the nickname of the member looking that the page, use {{nickname}} as a place holder!