I'm using the LiteJazz theme from Roople.
I would like to have the Header section equally divided into three sectons, like columns, not rows. I would want to use these sections for advertising space. What is the best approach to accomplish this.

Make a node with 3 html table sectons and manually update the ads asigned to the table sections.

Have the theme modified so ad blocks can be assigned to the header section.

Some other module ie. views, panels, I am not familiar with what can be done with views and panels.

Basically I want to reproduce the regions: User 1, User 2, and User 3,
in the Header section.

Thanks,

Comments

bwv’s picture

I would create three new regions (http://mydrupalblog.lhmdesign.com/creating-custom-regions-drupal-6-themes) and assign a block to each. (There are plenty of tutorials on the web if this one does not suit.)

You might want to check the Roople forums to see if anyone else has tried something similar.