Source Editor"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: FCKeditor 2.5 offers you a possibility to view to the text you have written in the editing area in the HTML code. In order to view the HTML code press Image:Source.gif button on the to...)
 
Line 5: Line 5:
 
Text written in the editing area:<br>
 
Text written in the editing area:<br>
  
This is my standard text written in the [[www.fckeditor.net|FCKeditor 2.5]].<br>
+
This is my standard text written in the [http://www.fckeditor.net FCKeditor 2.5].<br>
  
 
After pressing [[Image:Source.gif]] button we can see the HTML code:<br>
 
After pressing [[Image:Source.gif]] button we can see the HTML code:<br>

Revision as of 17:15, 12 December 2007

FCKeditor 2.5 offers you a possibility to view to the text you have written in the editing area in the HTML code. In order to view the HTML code press Source.gif button on the toolbar.

Example:

Text written in the editing area:

This is my standard text written in the FCKeditor 2.5.

After pressing Source.gif button we can see the HTML code:

<p>This is my standard text written in the <a href="http://www.fckeditor.net">FCKeditor 2.5</a>.</p>

If you want to go back to the normal text just press Source.gif again.


Editing the code in the HTML language is a very difficult feature and it should only be done by advanced users. If you don't have experience in HTML type the text normally.