I swear, this will be my final question!
When pasting code that has been highlighted, the vertical line spacing is no longer retained in IE. All pasted code appears in one line, and for functions containing comments, it makes the code unusable unless line breaks are manually added.
Is there a fix for that? There are examples of that problem here:
http://www.kirupa.com/forum/showthread.php?p=1737670
It works well in FF though.
EDIT: I was able to modify the bbcode_highlight template to the following to fix it - though spacing seems a bit off:
[code]<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$type $vbphrase
Code:
:</div>
<div class="alt2" style="margin:0px; font-family:Courier New; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto"><div dir="ltr" style="text-align:left;">$code</div></pre>
</div>
:ermm: