Jump to content

CKEditor Extension


Joey_M

Recommended Posts

I've installed a CKEditor mod that enables me to use captions with images, this is very useful for me and certain types of content that my site produces but due to it being used on IPS - the caption loses the following CSS which makes it look better.

figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

Is it possible to add this? I tried adding a '.' in front of the figure but it didn't work.

Here's a link to the mod - http://sdk.ckeditor.com/samples/captionedimage.html

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...