Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Mon, 04/10/2006 - 08:54
#1
herrbomm
Joined:
10/04/2006
Posts:
2
Change output to <b> instead of <span style..
Mon, 04/10/2006 - 09:17
#2
alfonsoml
Joined:
31/12/2006
Posts:
3735
RE: Change output to <b> instead of <span sty
use FCKConfig.GeckoUseSPAN = false ;
Mon, 04/10/2006 - 09:24
#3
herrbomm
Joined:
10/04/2006
Posts:
2
RE: Change output to <b> instead of <span style..
Wed, 04/12/2006 - 14:51
#4
alfonsoml
Joined:
31/12/2006
Posts:
3735
RE: Change output to <b> instead of <span sty
I don't remember if that is the FCKConfig.ForceStrongEm property or you need to use a patch (look above in the patch and feature request sections) that reverts the way it does work.
Thu, 03/19/2009 - 14:05
#5
xaver
Joined:
02/03/2009
Posts:
6
Re: Change output to <b> instead of <span style..
hi, my name is eko. Same with you i working a project similar to your's.
i found how to change it. open fckconfig.js
here the change:
FCKConfig.CoreStyles =
{
// Basic Inline Styles.
'Bold' : { Element : 'b' },
'Italic' : { Element : 'i' },
it should working now.
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Change output to <b> instead of <span sty
RE: Change output to <b> instead of <span style..
RE: Change output to <b> instead of <span sty
Re: Change output to <b> instead of <span style..
i found how to change it. open fckconfig.js
here the change:
FCKConfig.CoreStyles =
{
// Basic Inline Styles.
'Bold' : { Element : 'b' },
'Italic' : { Element : 'i' },
it should working now.