Sean
Don't Worry, Be Happy
Can someone help me set it up it does not seem to work
Here are the codes I have (I am using this within revCMS)
Here are the codes I have (I am using this within revCMS)
PHP:
<script type="text/javascript" src="tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "simple",
}
});
</script>
PHP:
<textarea id="longstory" name="longstory" style="margin-left: 3px;width:737px;height: 200px;"></textarea>