Testing!

Code:

if
some stuff
else
some other stuff
end if

There we go.

If you care:

.code
{
font-family: Courier, Verdana, Arial;
font-size: 8pt;
line-height: 8pt;
font-weight: bold;
color: navy;
white-space: pre;
background-color: #FFC;
border: 1px solid Black;
width: 70%;
margin-left: 25px;
margin-bottom: 12px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}