Forum Moderators: coopster

Message Too Old, No Replies

CMS adding a <br>

Possible? short of WYSIWYG...

         

henry0

8:19 pm on Dec 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think to be possibly asking for the impossible or I will need to add
a WYSISWYG which I really would like avoiding!

how in the form:
<tr><td>list</td><td> <textarea cols=80 rows=6 name=ud_add_list><? echo $add_list;?></textarea></td></tr>
can I had a button, link or anything that will allow an user to insert a <br> after each listed item
I need a list to look like a listing not as a long sentence

thanks

regards

Henry

lorax

3:11 am on Dec 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just have them use a carriage return and then use nl2br() on the output.