Page 1 of 1

Formating a Text area

Posted: Mon Oct 25, 2010 6:08 pm
by TeeTwo
I am creating a for sale site and I am using a text area to input a description and would like to be able to format the text. I then display what is effectivly the advertisement in another text area on a page with both PHP and html. Trouble is unless I place say non breaking spaces or br's the text james together.

I am seeking a method of setting some simple formatting. Something likr this text box.

Thanks in advance

Terry

Re: Formating a Text area

Posted: Mon Oct 25, 2010 7:15 pm
by twinedev
Depends how complex you want, try TinyMCE, that is what I use for my CMS.

-Greg