LisaJill ... I definately do something like that with blockquotes, but what I believe
pochuen is looking at are some custom tags I create :
CODE
.codeblock, .scripture, .blogicon {
font-family: "Courier New", Courier, monospace;
font-size:small;
background: #E8F1FF;
margin: 5px;
padding: 5px;
padding-right: 15px;
}
.codeblock {
background: #FFFFCC;
}
Then a bit later, when I want to present some source code, I'll encapsulate it with something like this:
CODE
<div class="codeblock">
cd $HOME/www
tar -zxvf $HOME/MT-2.661-upgrade.tar.gz
</div>
But YES,
LisaJill you are right, as I stated earlier, I also do something similar, modifying the blockquote with I believe a color of #e8e8e8.
Personally, I use
TopStyle Pro in combination with
Sokkit on my PC to do my template work locally.