http://www.perlmonks.org?node_id=145190


in reply to We Stylin'!

I've grown fond of having code blocks highlighted at other sites, and now I can do it here. Currently, CODE blocks that aren't inline get <pre><tt>...</tt></pre> wrapped, while inline ones get <tt>...</tt> (no pre's). Thus, I've got this in my CSS:
PRE { background-color: #FFFF80; border: thin black solid; padding: 5px; }
Now all my code blocks show up as boxed text on light yellow, nice and easy to follow between text and code.

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
"I can see my house from here!"
It's not what you know, but knowing how to find it if you don't know that's important