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
CKEditor
Last post
Mon, 12/07/2009 - 12:24
#1
jaygridley
Joined:
07/12/2009
Posts:
15
How to change <h1> tag to <h3> etc.
Hi,
I need to change <h1> tag to be rewrite as <h3> or remove <h1> + <h2> from Format Combo box, but I am not lucky. Any help?
Tue, 01/05/2010 - 23:28
#2
fusemail
Joined:
19/05/2008
Posts:
13
Re: How to change <h1> tag to <h3> etc.
try adding this to the config.js file
config.format_tags = 'p;h3;h4;h5;h6;pre;address;div' ;
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: How to change <h1> tag to <h3> etc.
config.format_tags = 'p;h3;h4;h5;h6;pre;address;div' ;