Hi all,
I'm working with the fckeditor for the first time and I'm having an issue getting the iframe for the editor to display. Right away I was receiving 404 messages, until I changed the basepath. Now nothing is being displayed...when I view the source it looks like everything should be working. Here is the source:
<form action="posted_data.php" method="post" target="_blank"> <input type="hidden" id="FCKeditor1" name="FCKeditor1" value="<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>" style="display:none" /><input type="hidden" id="FCKeditor1___Config" value="" style="display:none" /><iframe id="FCKeditor1___Frame" src="fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default" width="800" height="200" frameborder="1" scrolling="no"></iframe> <br> <input type="submit" name="submit" value="Submit">