Since the "live link" to an example in the opening post is dead, I'll post another live link, so people can get an idea of how to make the quotes & code sections look cooler.
Live link 
Here's the code, just put it in your css file.
.quote {
color: #000000;
background-color: #FFFBEF;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin: 1px 11px 11px 11px;
padding: 8px;
}
.code {
color: #000000;
background-color: #FFFBEF;
font-family: "courier new", "courier", monospace;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 1px 11px 11px 11px;
padding: 8px;
white-space: nowrap;
overflow: auto;
max-height: 24em;
}
.quoteheader, .codeheader {
color: #000;
text-decoration: none;
font-style: normal;
font-weight: bold;
padding-left: 10px;
padding-top: 8px;
}Lest my link also go bad with time, I'll include a pic

