Adrian Rosca
Adrian Rosca

Reputation: 7392

How do I get the CKEditor Styles plugin to wrap a text selection?

Check out the regular demo. Select a piece of text and change the style. The whole block changes, but I would like only the selected text to take on the new style.

http://ckeditor.com/demo

Upvotes: 0

Views: 353

Answers (1)

Joel Peltonen
Joel Peltonen

Reputation: 13402

Sounds like you tried the block styles. Try the inline styles, like marker, which should do exactly what you want.

enter image description here

Upvotes: 2

Related Questions