futrose Posted March 4, 2011 Share Posted March 4, 2011 Sorry if this is the wrong spot for this topic, since I don't know how it is implemented into a site I didn't know where to put it. I have a site where the backend is going to be used by people who have no clue about HTML/PHP or any other coding language. I have a "description" field for each of the pages on the site but I need to allow some formatting in that field in case they need to create a new paragraph header, something bold, text size, or something like that. How do I add a WYSISYG option so they can do that without knowing html tags? I guess similar to the buttons used on this forum to add formatting. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/229567-wysiwyg/ Share on other sites More sharing options...
trq Posted March 4, 2011 Share Posted March 4, 2011 There are plenty of wysiwyg editors around (google them) that are easy to place into your pages. PS: Because these are obviously implemented on the client side, they have little to do with PHP. They are usually implemented in JavaScript. Quote Link to comment https://forums.phpfreaks.com/topic/229567-wysiwyg/#findComment-1182770 Share on other sites More sharing options...
futrose Posted March 4, 2011 Author Share Posted March 4, 2011 thanks, i'll do that. Quote Link to comment https://forums.phpfreaks.com/topic/229567-wysiwyg/#findComment-1182771 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.