padams Posted October 30, 2008 Share Posted October 30, 2008 I'm building a site for a client who wants to be able to upload news items with the occasional photo. I'd like to be able to give her the ability to lay it out roughly how she wants using some kind of text/layout formatting tool similar to the one we're using here to add posts. I have no idea where to start, or even if it is possible using PHP. Can anyone help? Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/ Share on other sites More sharing options...
bobbinsbro Posted October 30, 2008 Share Posted October 30, 2008 you'd probably use javascript for that. even though this is not the place... here's an ok tool (not amazing, but mostly free ) it tries to emulate MS WORD 2000 interface: http://www.kevinroth.com/rte/ Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678294 Share on other sites More sharing options...
GingerRobot Posted October 30, 2008 Share Posted October 30, 2008 You're looking for a WYSIWYG editor; TinyMCE for example. Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678298 Share on other sites More sharing options...
JasonLewis Posted October 30, 2008 Share Posted October 30, 2008 Translation. WYSIWYG = What You See Is What You Get It acts just like Microsoft Word or any other word processing software. I would suggest TinyMCE as well. It's free and is WAY good, I used it on a project once before. Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678306 Share on other sites More sharing options...
bobbinsbro Posted October 30, 2008 Share Posted October 30, 2008 thanx guyz, i didn't know about TinyMCE. i was gonna start looking for something like that soon 2. awesome. note: i am not the poster of this topic. lol. Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678317 Share on other sites More sharing options...
feidakila Posted October 30, 2008 Share Posted October 30, 2008 TinyMCE and KCE, but I like TinyMCE Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678333 Share on other sites More sharing options...
padams Posted October 30, 2008 Author Share Posted October 30, 2008 Great, thanks for help guys. Will look into TinyMCE Quote Link to comment https://forums.phpfreaks.com/topic/130703-solved-create-text-and-layout-formatting-tool/#findComment-678825 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.