Take a look at your page source for the page with those tags on it. Then copy the divs you want around it... something like:
HTML Code:
<div style="margin:5px 10px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2" dir="ltr" style="
margin: 0px;
padding: 4px;
border: 1px inset;
width: 650px;
height: 130px;
text-align: left;
overflow: auto">
stuff
</div>
</div>
And add that into the code code with "No viewing allowed" replacing "stuff". It will be slightly different for each $tag_list item.