This is a short guide on how to install TinyMCE as your editor for products description.
Legend: 
Download

Report
This is just a tip !
If using tinymce v2 the value in the tinymce textarea can be referenced through javascript by
tinyMCE.getInstanceById(mceId).getHTML()
where mceId is the id of the <textarea ... >
as a precaution use <textarea id="MYID" name="MYID" ... > ... </textarea>
for v3 the syntax is different.
I used this for ajaxing.
Same as before, but with a correction to make sure the Header Tags work/display correctly on page.
The first guide on how to install TinyMCE works great if you have only one textarea in the add a product page.
Then I installed Header Tags, which shows several different textareas on the same page as the product description textarea. This meant that every textarea started showing the TinyMCE, although only the product description required/used the TinyMCE feature.
This confused the customer, so I had to come up with a way to show TinyMCE on ONLY the product description textarea field.
Attached are the complete instructions (replacing the first guide, but not the second) on how to display TinyMCE just where you want it to show.
Please remember to BACKUP before using this contribution.
This is a short guide on how to enable or disable TinyMCE in the administration interface
This is a short guide on how to install TinyMCE as your editor for products description.