Line 1: | Line 1: | ||
− | FCKeditor | + | FCKeditor 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 toolbar.<br> |
Example:<br> | Example:<br> | ||
Line 5: | Line 5: | ||
Text written in the editing area: | Text written in the editing area: | ||
− | This is my standard text written in the [http://www.fckeditor.net FCKeditor | + | This is my standard text written in the [http://www.fckeditor.net FCKeditor].<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> | ||
− | <span style="font-family: Courier New;"></span><span style="font-family: Courier New;"><p>This is my standard text written in the <a href="http://www.fckeditor.net">FCKeditor | + | <span style="font-family: Courier New;"></span><span style="font-family: Courier New;"><p>This is my standard text written in the <a href="http://www.fckeditor.net">FCKeditor</a>.</p></span><br> |
If you want to go back to the normal text just press [[Image:Source.gif]] again.<br> | If you want to go back to the normal text just press [[Image:Source.gif]] again.<br> |
Revision as of 10:19, 13 December 2007
FCKeditor 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.
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</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.