how can i do this?:
----------------
post post
post post
----------------
thank you very mutch
how can i do this?:
----------------
post post
post post
----------------
thank you very mutch
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%;
Look for the Hemingway theme - it works exactly like that. Read its code...
This topic has been closed to new replies.