So I have a form with a textarea. I will ask users to enter items, one item per line. Then on the page where the contents are printed I want to be able to stylize each item/line with html. For example bullet before each item. I use PHP so the contents are currently printed with a single variable: $text_items. Any help would be great. Thanks.