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
Sat, 04/09/2005 - 14:12
#1
kat1
Joined:
22/09/2003
Posts:
1
<b> & <i> problem
Mon, 02/09/2004 - 14:49
#2
urkmansturm
Joined:
09/02/2004
Posts:
1
RE: <b> & <i> problem
Hello,
is this Problem allready solved?
Greetings,
Stefan
Mon, 04/04/2005 - 11:46
#3
gcworld
Joined:
15/04/2005
Posts:
8
RE: <b> & <i> problem
I have the same problem...
please help us!!!
Mon, 04/04/2005 - 22:22
#4
arkporter
Joined:
13/04/2005
Posts:
8
RE: <b> & <i> problem
Same problem. I think I have scanned all of the hundreds of files that come with fckeditor, and I cannot find where <strong> is actually implemented so that I can change it to <b>. I would also appreciate some help with this.
Sat, 04/09/2005 - 14:12
#5
stripe-man
Joined:
30/11/2006
Posts:
143
RE: <b> & <i> problem
why dont u try to do a replace:
Something like this:
$strong = ereg_replace("b>","strong>",$strong);
$emph = ereg_replace("em>","i>",$emph);
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: <b> & <i> problem
is this Problem allready solved?
Greetings,
Stefan
RE: <b> & <i> problem
please help us!!!
RE: <b> & <i> problem
RE: <b> & <i> problem
Something like this:
$strong = ereg_replace("b>","strong>",$strong);
$emph = ereg_replace("em>","i>",$emph);