I have a style sheet to want to use in K2 item artlcles.
like the following.
.console {
background-color: #000;
XXXXXXXXXXXXXXXXXXXXXXXXXX;
white-space: pre;
}
p.console-caption {
margin-top: 0em;
text-align:center;
}
I want to use it like this in the articles in order to show like the console box effect.
<pre class="console">
XXXXXXXXXXXXXXXX
</pre>
I added the style into the editor.css and template.css file, but it does not work.
Please let me know where to add or modify the new css style file and how to use it.