Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Formatin blockquotes in editor

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