Styling"

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.

(Subscript and Superscript link joined)
(Content moved to sub-pages)
Line 10: Line 10:
 
* [[CKEditor_3.x/Users Guide/Common Tasks/Text Styling/Styles|Styles]]
 
* [[CKEditor_3.x/Users Guide/Common Tasks/Text Styling/Styles|Styles]]
 
* [[CKEditor_3.x/Users Guide/Common Tasks/Text Styling/Paragraph Format|Paragraph Format]]
 
* [[CKEditor_3.x/Users Guide/Common Tasks/Text Styling/Paragraph Format|Paragraph Format]]
 
 
 
 
== Subscript ==
 
Subscript is a character that is slightly smaller than the text that surrounds it and is set below the baseline. It is often used in mathematical expressions to denote a variable version or the denominator part of a fraction.
 
 
To use subscript in your document, press the [[Image:CKEditor_subscript.png|Subscript]] toolbar button. To remove the formatting, press the button again.
 
 
[[Image:CKEditor_subscript_example.png|frame|center|Subscript used in CKEditor]]
 
 
 
== Superscript ==
 
Subscript is a character that is slightly smaller than the text that surrounds it and is set above the baseline. It is often used in mathematical expressions to denote power or the numerator part of a fraction. In normal text superscript often directs a user to a footnote; some special characters are often added as superscript by default.
 
 
 
To use superscript in your document, press the [[Image:CKEditor_superscript.png|Superscript]] toolbar button. To remove the formatting, press the button again.
 
 
[[Image:CKEditor_superscript_example.png|frame|center|Superscript used in CKEditor]]
 
 
 
== Styles ==
 
Styles are pre-defined combinations of various formatting options that make it easier to keep the presentation of the text uniform. What is more, since a style often contains a number of features at once, when you want to customize the way a text fragment looks, you do not need to change a font, its size, or text and background color separately.
 
 
To choose a style, select a text fragment and press the [[Image:CKEditor_styles.png|Styles]] toolbar button. The '''Styles''' drop-down list contains a number of pre-defined block and inline styles that you can use. To make the choice easier, the style names are displayed in a style that they represent, giving you a preview of what the text will look like.
 
 
[[Image:CKEditor_styles_menu.png|frame|center|Styles drop-down menu in CKEditor]]
 
 
 
A style can be applied to the whole document, a paragraph, or a text fragment of arbitrary length — even a single letter. Do note, however, that for esthetic reasons it is recommended not to combine too many different styles in one document and to keep the styling consistent.
 
 
[[Image:CKEditor_styles_example.png|frame|center|Styles used in CKEditor]]
 
 
 
== Paragraph Format ==
 
Paragraph formats are pre-defined block-level combinations of various formatting options that make it easier to keep the presentation of the text uniform. What is more, since a style often contains a number of features at once, when you want to customize the way a text fragment looks, you do not need to change a font, its size, or text and background color separately.
 
 
To choose a paragraph format, place the cursor inside the block-level element and press the [[Image:CKEditor_paragraphformat.png|Paragraph Format]] toolbar button. The '''Paragraph Format''' drop-down list contains a number of pre-defined block-level styles that you can use. To make the choice easier, the format names are displayed in a format that they represent, giving you a preview of what the text will look like.
 
 
[[Image:CKEditor_paragraphformat_menu.png|frame|center|Paragraph Format drop-down menu in CKEditor]]
 
 
 
Note, however, that a paragraph format can only be applied to a block-level element, like a paragraph or a <code>div</code> element. To change the appearance of a text fragment of arbitrary length, even a single letter, choose an inline style via the '''Styles''' feature of CKEditor. Do note, however, that for esthetic reasons it is recommended not to combine too many different styles and formats in one document and to keep the styling consistent.
 
 
[[Image:CKEditor_paragraphformat_example.png|frame|center|Paragraph Format used in CKEditor]]
 

Revision as of 11:55, 19 November 2010

Text formatting determines the way your text will look in the document. Advanced capabilities in editing text format is what distinguishes CKEditor from a standard website form text area or a basic editor. Font styling, changing the size of the text, its size and color, or applying a pre-defined set of consistent styles all happen within seconds, with one mouse click. Experiment with various CKEditor text formatting options to achieve a unique presentation of your documents.