Hi,
How would i have a text box where each new line is a bullet list.
<ul>
<li>method line 1</li>
<li>method line 2</li>
</ul>
Can i extract the HTML code tags with the text and insert it into a database with the code and text? So it can be accessed later from the database.