Quote:
Originally Posted by Lynne
Just change the code template. To find the template that the code is posted in, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
I did that and I think it is in the BBcode_code template so I added the following to my .css file.
Code:
/* Third alternating background color */
.alt3
{
color: #402020;
background: #ffffff;
}
Then I changed the template where it says:
<pre class="alt2" dir="ltr" style="
to read:
<pre class="alt3" dir="ltr" style="
but it doesn't change the background color of the code window. Would there be a different template somewhere for the background of the [code] window?
Thanks