Parker, the first </font> is intended to close the normal message font, which is not suitable for prefixed (pre) text. Then, you start the "pre" procedure.
Let me try to illustrate it:
Quote:
user's normal post is in a 'normalfont'.
</ normalfont>
-----------------------------------
Code:
<blockquote>
< smallfont>Code:</ smallfont>
<pre>
The Code
</pre>
</blockquote>
------------------------------------
< normalfont>
back to normalfont post.
|
Hope that explains the html progress better.