Re: Three table again :(
You could also do this in CSS with the existing code, albeit you’d have to abide by a few parameters, which could very well be deal breakers. For one, your blog posts would have to be relatively short (think 1-2 sentences or shorter) to keep everything looking somewhat consistent; if you’re just writing blurbs this just might work, but anything longer and I’d probably use the excerpt. This could be a starting point for you…
#blog-latest .post{
width: 33%;
float: left;
max-height: 400px;
margin: 0 20px 20px 0;
}
You’ll probably want to get rid of the Avatar images and bylines to make more room, but if you’re a bit shaky on your CSS, the plugin method mentioned above sounds like a very great alternative.