I am new to CkEditor. I want to use Ckeditor in Write mode and Display Mode. I am still trying to figure out how to use it as a display mode... here is what I am after....
1. I want to display a Teaser Content like this..... <?php Echo substr($row->post_content, 0, 2000);?> This will echo out frist 2000 character as a teaser.... *****without any toolbar or border, just rich test ****
2. Then <a href="">Read More </a> link will open the blog is full page without Border and Toolbar and will look seamless with the existing page..............Just like any popular blog site like techcruch.com or huffingtonpost.com..etc..
any help in this regard is hightly appreciated..
1. I want to display a Teaser Content like this..... <?php Echo substr($row->post_content, 0, 2000);?> This will echo out frist 2000 character as a teaser.... *****without any toolbar or border, just rich test ****
2. Then <a href="">Read More </a> link will open the blog is full page without Border and Toolbar and will look seamless with the existing page..............Just like any popular blog site like techcruch.com or huffingtonpost.com..etc..
any help in this regard is hightly appreciated..