Times read: 344
Read today: 5
Read last: March 22, 2010
Show code on wordpress css
Hi, one of the people commenting here asked for a way of displaying code in one of my themes.
For ages I have been using the following code and it worked flawless in connection with the code markup plugin for wordpress:
.primary pre#hack {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.primary pre {
overflow: auto;
cursor:pointer;
position:relative;
}
.primary pre code {
display: block;
margin:10px;
padding:4px;
border:1px solid #ddd;
background:#F5F5F5;
font:10px Lucida Sans Typewriter, Courier, monospace;
}
.primary can be changed to what you need, e.g. .post or .entry
Usage within Wordpress
Simply go to the “code” editor of Wordpress and paste your code.
Surround it by a
and tag and add the id of "hack" to the
.
(
stuff here
People asked me to put up a donate button or something similar, so here it is: if you care to buy me a beer or Red Bull (I drink the Dutch equivalent called Spam Energy), feel free to donate, anything is appreciated!
Most viewed:
Oh, hello (December 2009)Motorola Razr v3i Software and v3i USB DriverWatch Simpsons Episodes Online
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.


2
10 months ago
May 3rd, 2009 2:55 pm
mssmotorrd
It’s the first time I commented here and I must say you share us genuine, and quality information for bloggers! Good job.
p.s. You have a very good template for your blog. Where did you find it?