theming of tables in user* and bottom* regions


Author Message
James

Posted: 12/2/2010
Quote message 

I'm trying to theme the regions user 3/4, and bottom 1/2/3 separately from the sidebar. When only one block is in these regions, this is not a problem. However, when multiple blocks are, the region becomes a table, and messing with the css for table (ln 1561 of style.css) changes table styles across the site. I'd prefer for the bottom regions to be different than the user regions, which will also be different than the sidebar. I am not trying to theme the blocks, but the regions they go into instead.

Not too knowledgeable on syntactical issues of css, so maybe its as easy as defining css for tables according to where they show up on the site, but i'm not sure.

I'm using Drupal 6.19, and the theme was generated in Artisteer 2.4
 
james

Posted: 12/2/2010
Quote message 

never mind, I figured it out. the trick was to make the page.tpl.php file declare a div before printing the tables. of course, if any experts have a better solution, I'm all ears..