Adesso provo.
Comunque non è un forum, ma bensi sto screando un sito web in cui possono creare il contenuto delle pagine anche persone che non conoscono HTML.

PROVO E FACCIO SAPERE.

Nell'esempio orgiginale del programma il form in cui inserire il testo è così:


Codice PHP:
<body>

<
form method="post" action="http://miosito.com/miofile.php?example=true">
    <
h3>Full featured example</h3>

    


        
This page shows all available buttons and plugins that are included in the TinyMCE core package.
        
There are more examples on how to use TinyMCE in the [url="http://wiki.moxiecode.com/examples/tinymce/"]Wiki[/url].
    </
p>

    
    <
textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">
        &
lt;p&gt;
        &
lt;img src="media/logo.jpg" alt=" " hspace="5" vspace="5" width="250" height="48" align="right" /&gt;    TinyMCE is a platform independent web based Javascript HTML &lt;strong&gt;WYSIWYG&lt;/strong&gteditor control released as Open Source under LGPL by Moxiecode Systems ABIt has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instancesTinyMCE is very easy to integrate into other Content Management Systems.
        &
lt;/p&gt;
        &
lt;p&gt;
        
We recommend &lt;a href="http://www.getfirefox.com" target="_blank"&gt;Firefox&lt;/a&gt; and &lt;a href="http://www.google.com" target="_blank"&gt;Google&lt;/a&gt; &lt;br /&gt;
        &
lt;/p&gt;
    </
textarea>

    <
div>
        
        [
url="javascript:;"][Show][/url]
        [
url="javascript:;"][Hide][/url]
        [
url="javascript:;"][Bold][/url]
        [
url="javascript:;"][Get contents][/url]
        [
url="javascript:;"][Get selected HTML][/url]
        [
url="javascript:;"][Get selected text][/url]
        [
url="javascript:;"][Get selected element][/url]
        [
url="javascript:;"][Insert HTML][/url]
        [
url="javascript:;"][Replace selection][/url]
    </
div>

    

    <
input type="submit" name="save" value="Submit" />
    <
input type="reset" name="reset" value="Reset" />
</
form>

</
body

A me praticamente manca la pagina " http://miosito.com/miofile.php?example=true " che non ho la più pallida idea di come deve essere.

GRAZIE