The forum operates in read-only mode. Please head to StackOverflow for support.
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
<textarea cols="80" id="content" name="content" rows="10"><?php echo stripslashes( $results['article']->content )?></textarea> </li> <script type="text/javascript"> //<![CDATA[ // Replace the <textarea id="editor1"> with an CKEditor instance. var editor = CKEDITOR.replace( 'content' ); //]]> </script>
<div style="width: 75%;"><?php echo stripslashes( $results['article']->content )?></div>
Re: Images break and URL's stripped
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Images break and URL's stripped
editArticle.php
viewArticle.php