Closed (won't fix)
Project:
litejazz
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2009 at 19:22 UTC
Updated:
17 Oct 2011 at 16:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedI believe the problem here is that with drupal 6.x you have to define your regions in your .info file as well as your XHTML in page.tpl.php. Regions aren't set in style.css only styled.
Comment #2
enzo de simone commentedI don't believe. The regions are visible when I select a block and I believe both suitable correctly also in in info, block and page (mix attached). Some other idea?
Comment #3
mrtoner commentedClosing due to age. BTW, this issue could have been resolved without creating two new regions: it is necessary only to add your blocks to the Content Top region and use CSS to float them next to each other. Also, your page.tpl.php has nested <td> tags, which could account for the problem you described.