It’s all in the CSS. Wrap the entire collection of posts in a DIV. Then float each individual post to the left with float: left; Make sure each post has a width of 50%;
The code is just wpautop() unaltered. The source can be seen at http://paste.uni.cc/8463
Excellent! I appreciate the your help. I have but one issue. When running my text through that function, I’m getting a double dose of p> at the beginning of the first block of text. For instance:
p>p>I’ve been grabbing and storing…/p>
I can’t sort this bugger out either. As it is in the database, there is absolutely nothing before the first character of the paragraph (in this case I). This is simply too much pee. Cursory reviews of the source code reveals nothing obvious. Thoughts?