I'd love to know How I could divide one loop into 3 columns, so that it would look more or less like this
Post One | Post Two | Post Three
And so on ..
I've been looking all over the place and I can't find a simple basic way, it's for a magazine theme ..
This is more of a css issue really. If you can display your last three posts on the page as they usually would then its just a case of adding each one in the loop to an unordered list and styling appropriately.
These links might help:
http://codex.wordpress.org/Styling_Lists_with_CSS
http://digwp.com/2010/03/wordpress-post-content-multiple-columns/
There are many others, those were the first two that came up on Google.
Thanx guys! Finally worked! Alchymyth the first one worked right away exactly how I wanted it :)