From: Hakan
Using Drupal 7 ... Zen theme as a base, created a subtheme etc. which went well.
After creating a tpl.php file just for the front page, I have now added a custom region
(between the main content and the footer) and added three blocks to this custom
region using the Block Administration
page of the theme. Using weights
I can arrange the order of the three blocks I have, provided I want
them one below the other.
However, I want them side-by-side and I want each block to have some
custom formatting. After Googling the drupal site I found this link
http://drupal.org/node/1151704 which seems to address my problem.