On Thu, 25 Sep 2003, Marcin Soltysiak wrote: > > I suppose you're using MSHTML editor for editing? > > In that case I wouldn't be too surprised since it will > > effectively ruin PHP-code (substitutes special characters > > with HTML-entities). > > That is not only MSHTML problem but also HTMLArea and other.. Just > content-editable feature ruins everything but HTML > > I think we will have to use WYSIWYG only for articles and topics
Just don't allow the WYSIWYG editors to be used if there are any <? or ?>, or any <SCRIPT> tags, in the text. I thought this functionality was already in place. (at least for the detection of PHP tags). -- JustThe.net Internet & Multimedia Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
