Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Formatin blockquotes in editor
Rajio
✭
Right now when there are blockquotes in the CLeditor window, they indent but remain otherwise indistinguishable from other text. I would like to be able to format blockquotes within teh window (with a background and border) ....I've tried but nothing seems to be happening.
How would you go about doing this?
How would you go about doing this?
0
Answers
\plugins\cleditor\design\jquery.cledditor.css
to include
blockquote {
background-color: #CC6633 !important;
}
does nothing. hrmmmm
Change
../design/jquery.cleditor.css
to
../../plugins/cleditor/design/jquery.cleditor.css
on line 99 of cleditor/default.php
Make sure blockquote is defined in jquery.cleditor.css and make sure
useCSS: true,
in jquery.cleditor.js