I'm trying to create a frontpage on which part of it will be used to display feeds from aggregator.
I have checked drupal API but I am not able to find a proper function to load feed items.
I know I have the option to include the feed block into my main content, but these include css class clearfix which prevents me of floating multiple blocks horizontal.
This leaves me with two questions:
1. Is it possible to load feed items with Drupal API, or will I need to load them from DB directly.
2. Is it possible to include blocks in $content and float them horizontal? Maybe by css override or removing somehow the clearfix class (this is probably not easy by reading this report http://drupal.org/node/622330 ).
Probably this is all possible by using something like Panels, but I'm not a huge fan of including large modules and only using part of them.