I'm pretty new to WordPress and CSS, but here is what I want to do:
I'm going to implement my blog-entries into an iFrame on another html site that I have. However I don't want any scrollers to be visible at any time, which means I need to have my blog entries page break after they reach a certain height in pixels. And I want this to only occur in between posts, not in the middle of them.
In other words I want WordPress to operate for ex. something like: "Ok, this third entry is going to make the page over 500px, so I have to move the bottom entry at this page to "Older "Entries".
Is this doable?
Thanks!