By TheBishopOfSoho on
Hi there.
New to Drupal, but launched my first site last week with it and am completly hooked now. Its totally transfomred my development schedule for the better! More free time! However I fear I may ask many stupid questions before getting to an acceptable knowledge of drupal. Here is the first one!
I have a site, and on the site I have created a new content type, called news articles.
Basically I want the home page to contain a block that lists a summary of those articles in 2 columns, side by side. How would I go about doing that?
Comments
views (and css)
One way could be to use views to create a block listing of node titles.
With css you can easily split the list in 2 columns, for example assigning an appropriate width to floated
<li>elements.hope this helps.
cheers