Creating Lists"

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: Creating a list is a very easy and intuitive issue. FCKeditor offers two kinds of lists. The first one is called an Numbered List.<br> To activate it press Image:Insertorderedlist.gif...)
 
Line 5: Line 5:
 
This is my text without the Numbered List.
 
This is my text without the Numbered List.
  
 
+
<br>
  
 
# This is my text when I press the Numbered List button.
 
# This is my text when I press the Numbered List button.
  
 
+
<br>
  
 
If you want to set another number below just press ENTER and the next number will appear
 
If you want to set another number below just press ENTER and the next number will appear
  
 +
<br>
  
 
+
# This is my first line with the list number one. I'm pressing the ENTER on my keyboard
# This is my first line with the number one. I'm pressing the ENTER on my keyboard
+
# No I'm in the second line listed with number two.
# No I'm in the second line listed with number two
 
 
# number three etc.
 
# number three etc.
  
 +
<br>
  
 +
If you want to stop Numbered Listing just press the [[Image:Insertorderedlist.gif]]button again. The function will disactivate.
  
If you want to stop Numbered Listing just press the [[Image:Insertorderedlist.gif]]button again. The function will disactivate.
+
The second list type is the Bulletted List. Is works exactly like the Numbered List but instead of numbers you have dots. To activate/disactivate this function press[[Image:Insertunorderedlist.gif]]<br>
  
The second list type is the
+
* this is a text written in the first line of the Bulletted List
 +
* this is the second line
 +
* this the third line

Revision as of 12:18, 6 December 2007

Creating a list is a very easy and intuitive issue. FCKeditor offers two kinds of lists. The first one is called an Numbered List.

To activate it press Insertorderedlist.gifon the toolbar. The text which was beside your cursor will automaticlly gain number one on the list. E.g.

This is my text without the Numbered List.


  1. This is my text when I press the Numbered List button.


If you want to set another number below just press ENTER and the next number will appear


  1. This is my first line with the list number one. I'm pressing the ENTER on my keyboard
  2. No I'm in the second line listed with number two.
  3. number three etc.


If you want to stop Numbered Listing just press the Insertorderedlist.gifbutton again. The function will disactivate.

The second list type is the Bulletted List. Is works exactly like the Numbered List but instead of numbers you have dots. To activate/disactivate this function pressInsertunorderedlist.gif

  • this is a text written in the first line of the Bulletted List
  • this is the second line
  • this the third line