can I group blocks in Drupal 6 ?
I need to wrap two adjacent blocks in a single parent element in my page.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a region that has the wrapping markup you need, or you can create a theme function to do it for you. There are several other ways that you can use, as Drupal has a very flexible theming system, but there’s not a setting etc. to let you do it from the UI.