By bejii on
What is the easiest way of getting node teasers to display in block alignment on the main page?
http://www.bestbuy.ca/en-CA/home.aspx <---- here is an example
The products appear in a horizontal line, not vertical like the default blog type that you see with drupal. To be clear, I do not have any products, but I would like to have an image and a teaser that will link to the specific node. Is there a module for this?
Comments
Couple of things
There are a couple of approaches depending on what you're trying to do. The simplest is to use CSS:
http://css.maxdesign.com.au/floatutorial/introduction09.htm
In other cases, you might want to use Panels and Views, placing specific blocks where you want them, and tweaking the offset values to control which items are displayed.
ahh ok, i'll give that a
ahh ok, i'll give that a try
thanks!