[drupal-support] Multiple regions
Hello, Does anyone here have a theme which has multiple regions (besides left, right and center blocks) implemented? I need to create a theme with the following layout: [left block 1] [node 1] [node 2] [right block 1] [left block 2] [node 3] [node 4] [right block 2] etc... :) Regards, Kobus
Kobus Myburgh wrote:
[left block 1] [node 1] [node 2] [right block 1] [left block 2] [node 3] [node 4] [right block 2] I don't have such a theme but I'd do it by fixing the width of the nodes and floating left, of course the nodes would have to be wrapped in a div (usually #main-content in a drupal theme right?). The only bugbear is likely to be variable height of nodes - but that depends on your content...
-- adrinux (aka Adrian Simmons) <http://adrinux.perlucida.com> e-mail <mailto:adrinux@gmail.com> AOL/Yahoo IM: perlucida, Microsoft: adrian@perlucida.com
On 29 Mar 2005, at 1:38 PM, Adrian Simmons wrote:
Kobus Myburgh wrote:
[left block 1] [node 1] [node 2] [right block 1] [left block 2] [node 3] [node 4] [right block 2] I don't have such a theme but I'd do it by fixing the width of the nodes and floating left, of course the nodes would have to be wrapped in a div (usually #main-content in a drupal theme right?). The only bugbear is likely to be variable height of nodes - but that depends on your content... Using the new version of phptemplate you would likely be able to use the 'zebra' = odd / even in a css class and use that for placement.
-- Adrian Rossouw Drupal developer and Bryght Guy http://drupal.org | http://bryght.com
participants (3)
-
Adrian Rossouw -
Adrian Simmons -
Kobus Myburgh