Search code examples
javascripthtmlckeditorwysiwygtext-editor

Add padding to anchors and style the buttons inside post text editor


I'm using CKEditor4 full version to format, style and add media the posts content.

Sometimes the content contains anchors to link to another page like:

<a href="http://example.com/another-page">Another Page</a>

I can style that anchor using CKEditor to change the colors, backgrounds, fonts ..etc.

But it would look something like that:

    _______________
   | Another Page |
   |______________|

So that the background would just wrap the text.

What if I want to add some padding to look like:

    ______________________
   |                      |
   |     Another Page     |
   |______________________|    

Also for buttons, I can't style them.

I know it's a text editor and I can edit the html code, But the one who would use it doesn't know HTML or any programming languages.

So is there is a plugin I can add, another version, or another text editor that provides such features as well as inserting media?


Solution

  • as well as inserting media?

    If you wish to embed media using CKEditor, please see below two links:

    Sometimes the content contains anchors to link to another page... So is there is a plugin I can add

    Your requirement is specific thus I see two solutions here