<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=FCKeditor_2.x%2FDevelopers_Guide%2FConfiguration%2FConfiguration_Options%2FCoreStyles</id>
		<title>FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/CoreStyles - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=FCKeditor_2.x%2FDevelopers_Guide%2FConfiguration%2FConfiguration_Options%2FCoreStyles"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles&amp;action=history"/>
		<updated>2026-05-17T09:53:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles&amp;diff=1559&amp;oldid=prev</id>
		<title>W.olchawa: New page: == CoreStyles ==  This feature contains information about the styles used in the FCKeditor. It is recommended not to add, rename or remove styles here but only apply definition changes. If...</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles&amp;diff=1559&amp;oldid=prev"/>
				<updated>2008-01-15T13:04:12Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == CoreStyles ==  This feature contains information about the styles used in the FCKeditor. It is recommended not to add, rename or remove styles here but only apply definition changes. If...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== CoreStyles ==&lt;br /&gt;
&lt;br /&gt;
This feature contains information about the styles used in the FCKeditor. It is recommended not to add, rename or remove styles here but only apply definition changes. If you want to add a new style check the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/CustomStyles|CustomStyles]] configuration option.&lt;br /&gt;
&lt;br /&gt;
Full Code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FCKConfig.CoreStyles = &lt;br /&gt;
{&lt;br /&gt;
	// Basic Inline Styles.&lt;br /&gt;
	'Bold'			: { Element : 'b', Overrides : 'strong' },&lt;br /&gt;
	'Italic'		: { Element : 'i', Overrides : 'em' },&lt;br /&gt;
	'Underline'		: { Element : 'u' },&lt;br /&gt;
	'StrikeThrough'	: { Element : 'strike' },&lt;br /&gt;
	'Subscript'		: { Element : 'sub' },&lt;br /&gt;
	'Superscript'	: { Element : 'sup' },&lt;br /&gt;
	&lt;br /&gt;
	// Basic Block Styles (Font Format Combo).&lt;br /&gt;
	'p'				: { Element : 'p' },&lt;br /&gt;
	'div'			: { Element : 'div' },&lt;br /&gt;
	'pre'			: { Element : 'pre' },&lt;br /&gt;
	'address'		: { Element : 'address' },&lt;br /&gt;
	'h1'			: { Element : 'h1' },&lt;br /&gt;
	'h2'			: { Element : 'h2' },&lt;br /&gt;
	'h3'			: { Element : 'h3' },&lt;br /&gt;
	'h4'			: { Element : 'h4' },&lt;br /&gt;
	'h5'			: { Element : 'h5' },&lt;br /&gt;
	'h6'			: { Element : 'h6' },&lt;br /&gt;
	&lt;br /&gt;
	// Other formatting features.&lt;br /&gt;
	'FontFace' : &lt;br /&gt;
	{ &lt;br /&gt;
		Element		: 'span', &lt;br /&gt;
		Styles		: { 'font-family' : '#(&amp;quot;Font&amp;quot;)' }, &lt;br /&gt;
		Overrides	: [ { Element : 'font', Attributes : { 'face' : null } } ]&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	'Size' :&lt;br /&gt;
	{ &lt;br /&gt;
		Element		: 'span', &lt;br /&gt;
		Styles		: { 'font-size' : '#(&amp;quot;Size&amp;quot;,&amp;quot;fontSize&amp;quot;)' }, &lt;br /&gt;
		Overrides	: [ { Element : 'font', Attributes : { 'size' : null } } ]&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	'Color' :&lt;br /&gt;
	{ &lt;br /&gt;
		Element		: 'span', &lt;br /&gt;
		Styles		: { 'color' : '#(&amp;quot;Color&amp;quot;,&amp;quot;color&amp;quot;)' }, &lt;br /&gt;
		Overrides	: [ { Element : 'font', Attributes : { 'color' : null } } ]&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	'BackColor'		: { Element : 'span', Styles : { 'background-color' : '#(&amp;quot;Color&amp;quot;,&amp;quot;color&amp;quot;)' } }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>W.olchawa</name></author>	</entry>

	</feed>