code highlighting links May 12th, 2007
Code highlighting is enabled! Here are the links that helped get me started:
Elliott Blatt's Blogand
Raymond Lim's Blogthe code was overflowing out of the div at first, so I changed the top of codehighlight.css to enable horizontal scroll
pre {background-color: #FFFFCC;
background-color: #000;
padding-left: 20px;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 1.5em;
color:#fff;
width: 450px;
overflow: auto;
overflow-y:hidden;
}
Sweet, we're live and cookin now.