Derek Stone
Exalted One
The horizontal rules in the code blocks ([vb], [cs], [code]) arent displaying correctly in browsers other than Internet Explorer. Not suprisingly this is due to attribute assumptions that IE makes on a regular basis...
Regardless, changing the the <hr>s to the following will fix the problem:
Thank you.
Regardless, changing the the <hr>s to the following will fix the problem:
Code:
<hr style="width: 100%;" />
Thank you.