... showing all entries tagged display
Below you will find all posts tagged display ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
Show code on wordpress css
August 22nd, 2007 by jezHi, 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: [...]



