I couldn't help but notice that csharpfriends use the asp.net richtextbox control to enter in the text for submittin an article. I hope that they didn't pay to much it, because all it is a inline frame with the designMode property set to "On":
<iframe id="ifrm" width="100%" height="100%" name="ifrm" scrolling="yes"></iframe>
...
<script langauge = "javascript">
<!--
ifrm.document.designMode="On";
-->
</script>

1 answers
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!