Log in

View Full Version : mce_editable function



lay
03-25-2009, 08:07 AM
I have this code : <textarea name="annonce" id="annonce" class="case" style="width:500px; height:300px;" mce_editable="true"><?php $annonce = str_replace("@", "@ ", $annonce); echo $annonce;?></textarea>

this code is have the problem with Opera browser. I think that this cause of
mce_editable function. So can u know other function that support with all the browser?

bluewalrus
03-25-2009, 01:05 PM
What's the problem? Have tried taking that code out and seeing if the problem is gone?

lay
03-26-2009, 02:34 AM
My problem is when i insert text by use opera browser it can't call to edit. It is empty!