Hi!
I've to do a layout that have a block user inside of block with navigation links.
If it was a static site I'd only structure 4 divs inside the div sidebar to each block and put on inside another.
But as I'm working with Drupal I don't know how can I customize the way he prints the sidebar variable to get this structure.
I thought that maybe ther3's a way to use variable for each blocks and print each one indiviadually but I don't know if it's possible.
I'm trying to implement a print-view for my pages with, you know, printer-friendly layout. It's all done in "printer.css". But when I add this line to the template
"
@import "/print.css";
"
nothing happens, except when I'm logged in as admin.
This line does not even appear in the source code of the page displayed.
I've got a question. How can you make advanced frontpages such as for example: http://www.la2day.com/. (each subcategory has his own layout, the homepage shows an overview). Is this all css or is there a module for this. I always make a simple node with text and that's it. But I want an interactive website, with different blocks/regions on the homepage (such as latest news, hot topics, ...). But my question is how do I get them in a beautiful layout in one view when you look at the homepage.