Formating a Text area

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TeeTwo
Forum Newbie
Posts: 10
Joined: Mon Oct 25, 2010 5:58 pm

Formating a Text area

Post 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
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Formating a Text area

Post by twinedev »

Depends how complex you want, try TinyMCE, that is what I use for my CMS.

-Greg
Post Reply