http://dodesign.us/blog/getting-from-html-to-phproxy-advanced/
Any ideas why?
Your theme's CSS is messing it up. Remove this from your theme's stylesheet:
.post code, .post pre {
margin-left: 39px;
line-height: 25px;
display: block;
margin-bottom: 10px;
}
The author of the SyntaxHighlighter script (or me I guess) needs to do some more CSS resting or whatever on the code boxes so theme CSS doesn't screw with it.
That worked. Thanks a lot!
You must log in to post.