Ok, this editor will work on almost all browsers(IE 5.5+, Firefox 1.0+, Mozilla 1.3+ and Netscape 7+)
go here to download FCKeditor:
http://prdownloads.sourceforge.net/fckeditor/FCKeditor_2.0rc3.zip?download
unzip and upload that to your server
1.Add:
Code:
<script type="text/javascript" src="http://www.yoursite.com/FCKeditor/fckeditor.js"></script>
To: meta.tpl right after the
Code:
{* $Id: meta.tpl,v 1.18.2.4 2004/12/23 12:50:34 svowl Exp $ *}
2.Then go to /main/product_details.tpl
and add this
Code:
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'descr' ) ;
oFCKeditor.ReplaceTextarea() ;
</script>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'fulldescr' ) ;
oFCKeditor.ReplaceTextarea() ;
</script>
right before the last
and thats it, just make sure that step 1 is pointed to the right spot on your server