Tag pre

wordpress plugin pre syntax

A great plugin to use to get syntax specific pre statements is “Prettify GC Syntax Highlighter” Found here You can also change prettyprint to: prettyprint lang-YOURLANG and Replace YOURLANG with one of the following: aea agc apollo bsh c cc…

Howto: Make A pre Tag Wrap

Here’s how to make a pre tag wrap and have a nice grey background: pre {font-family: consolas, courier, monospace; font-size: 8pt; background:#cccccc; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */…