By fish2028 on
I'm running Drupal 6. Does anyone know of a module to display three nodes in a single block horizontally? Look at www.gorp.com under the header "Trips of the Month." That is the kind of block I want to display.
Thanks!
I'm running Drupal 6. Does anyone know of a module to display three nodes in a single block horizontally? Look at www.gorp.com under the header "Trips of the Month." That is the kind of block I want to display.
Thanks!
Comments
panels
http://drupal.org/project/panels
Theme is going to dictate this
Panels is a good choice but not ideal for a long term solution.
Check out the 960gs based themes. They give you a ton of flexibility in how a site looks. Since the framework is built in all you need is a little basic CSS and you are off and running.
960gs allows you to customize the tpl.php files and really make a flexible site. Panels always has limitations where as the grid system is flexible and fast for developing your theme.