RE: [PHP] Re: rich text editing

2003-08-22 Thread Andy Crain
ECTED] > Sent: Thursday, August 21, 2003 6:46 PM > To: Redmond Militante > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: rich text editing > > Hi, > > Redmond Militante wrote: > > > > (...) what do people generally do when using an activex rich text >

Re: [PHP] Re: rich text editing

2003-08-21 Thread Nelson Rodríguez-Peña Alarcón
Hi, Redmond Militante wrote: > (...) what do people generally do when using an activex rich text editor and the user is using a non supported browser? You can display a textarea. It'd allow users to edit/add content in a simpler, less powered way. -- regards,

Re: [PHP] Re: rich text editing

2003-08-21 Thread Redmond Militante
hi all i've been playing around with the 3.0 beta version of html area. it seems really nice. (thank you also btw, for the advice about the rtf tags...). the problem with html area is - it works great on ie and moz, but when you try to look at html area on a nonsupported browser -say, IE for

Re: [PHP] Re: rich text editing

2003-08-21 Thread Marek Kilimajer
Tan Ai Leen wrote: You can also use dhtml/js to code a html editor. But it will work in IE only. And also mozilla 1.3+ http://prdownloads.sourceforge.net/itools-htmlarea/ Download version 3.0 beta -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP] Re: rich text editing

2003-08-20 Thread Tan Ai Leen
You can also use dhtml/js to code a html editor. But it will work in IE only. Search for online html editor. See this link:http://msdn.microsoft.com/library/default.asp If you are developing for a organisation, the type of browser used is easy to predict. If you are developing for the general publi

[PHP] Re: rich text editing

2003-08-20 Thread Jon Drukman
Redmond Militante wrote: $essay2=nl2br($essay2); $essay2 = str_replace( "", "\par", $essay2 ); $output = str_replace( "<>", $essay2, $output ); to preserve line breaks when generating rtf documents from the text blob essays we have in the mysql db. this is working fine. i have recently had some r

RE: [PHP] Re: rich text editing

2003-08-20 Thread Chris W. Parker
DvDmanDT on Wednesday, August 20, 2003 1:32 PM said: > Look into activeX stuff... That's how they do it... Umm.. that's how they do what? Oh I see what happened... you forgot to include the text you were replying to in your email so that anyone reading your respons

[PHP] Re: rich text editing

2003-08-20 Thread DvDmanDT
Look into activeX stuff... That's how they do it... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Redmond Militante" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub