Float:; and clear:none;

I’ve installed a blog module, and am trying to print a two column layout. It seems like I should be able to use float:; and clear:none; but I’m overlooking something. It will often jump a huge section of white space. Posting the code would be ineffecient, because it’s using a layered template ( http://cibonfire.com/ ) but you can see it live at… http://brolu.net/

Your question is not very clear. It sounds like you are asking a print question, but it looks like you have a screen layout issue. Assuming the latter, replace float: left with this:

display: inline-block;
vertical-align: top;