adam291086 Posted October 29, 2007 Share Posted October 29, 2007 I am creating an online CMS and i am wanting a page that allows the user to modify and webpage Via an Online HTML. So basically they can type things into a text box, add tables ect ect ect. Any ideas how? or where i can get tutorials on this? Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/ Share on other sites More sharing options...
MadTechie Posted October 29, 2007 Share Posted October 29, 2007 http://www.google.co.uk/search?q=php+CMS Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380416 Share on other sites More sharing options...
adam291086 Posted October 29, 2007 Author Share Posted October 29, 2007 Thanks man. I already have done that and they are manly open source programs and other market programs. I would lilke to code it myslef and have no idea where to start. Any ideas on tutorials Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380420 Share on other sites More sharing options...
trq Posted October 29, 2007 Share Posted October 29, 2007 What exactly are you after? A simple html textarea will allow users to add whatever they wont. Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380423 Share on other sites More sharing options...
adam291086 Posted October 29, 2007 Author Share Posted October 29, 2007 yeah, but i also want them to be able to position text, format text. Just like you can when you post a topic in this forum. Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380426 Share on other sites More sharing options...
trq Posted October 29, 2007 Share Posted October 29, 2007 yeah, but i also want them to be able to position text, format text. All that can be done by typing valid html into a textarea. If its a textarea simular to the one in this forum (rich textarea) then you will need to look in a Javascript board. This is all done client side. There are a number of good free open source rich text areas around, Id'e suggest downloading one of them. if you really want to make your own, you'd best be pretty well all over Javascript. Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380429 Share on other sites More sharing options...
adam291086 Posted October 29, 2007 Author Share Posted October 29, 2007 Thanks Thorpe i will look into downloading a rich text editor as my java is okish Quote Link to comment https://forums.phpfreaks.com/topic/75216-solved-question/#findComment-380430 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.