in reply to Nodelets on the left?

I can't address your question about moving the nodelets, but I can suggest an easy compromise with your code wrapping peeves. In Display Settings, turn code wrapping off and add this to your site CSS:
.code { overflow: auto; }
This will give your code blocks a horizontal scrollbar if they are too wide. It has worked pretty well for me (in Firefox 1.5.* at least)!

blokhead

Replies are listed 'Best First'.
Re^2: Nodelets on the left?
by Argel (Prior) on Nov 10, 2006 at 18:37 UTC
    Thanks! Looks like IE6 ignores it (which is a good compromise).