Click to See Complete Forum and Search --> : [RESOLVED] text editing bar


private_click
08-18-2008, 06:25 PM
hello.
i'm looking to make a text editing script for a html web page.
the thing is that i want to put a text editing bar like in this (http://img231.imageshack.us/img231/5641/texteditingbarrr8.jpg) picture.maybe not that complex; fonts, size, style, text color and align settings should be enough.can you give me some tips where i can find a script with some guide to install it?
thx

ps. i don't know any javascript

NogDog
08-18-2008, 06:32 PM
That sort of thing is generally handled with a JavaScript based solution, such as TinyMCE or FCKeditor. (Google on either to find all sorts of info.)

private_click
08-18-2008, 07:15 PM
That sort of thing is generally handled with a JavaScript based solution, such as TinyMCE or FCKeditor. (Google on either to find all sorts of info.)

thank you.that works great.