Recent Topics

1 Aug 20, 2004 15:55    

I can't seem to find the code that styles "code" from the back office. When I use it I get smallish monospace, but the only styling I could find was in one of the CSS files in the RSC folder that said font-size 107%.

To me it would look cool if it had a black background and green monospace text. For sure I'm missing something obvious, but what? More precisely, where?

Thanks, EdB

2 Aug 20, 2004 17:45

Ed,

Use CSS. Post CSS questions in Client-side stuff.

Answer:

code {
  background:#000;
  color:#0f0;
  font-family: monospace;
}

3 Aug 20, 2004 18:06

Thanks Isaac - that'll work, but I'm still curious where it gets defined as small monospace. If memory serves me there are occasions where style:blahblah gets set up in a php file but I can't for the life of me track it down again.

Rock on!

4 Aug 20, 2004 18:22

EdB,

It's probably set that way by your browser's default styles.


Form is loading...