(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 [ | + | 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 16: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 button on the toolbar.
Example:
Text written in the editing area:
This is my standard text written in the FCKeditor 2.5.
After pressing 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 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.