I've got a CSS problem related to block.tpl.php . I was looking at the API for block.tpl.php, and I'm a little confused over how Drupal assigns the block-block-x ID to come up with block-block-1, block-block2, etc.
From the API: <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
So I see that the ID value comes from "block-<?php print $block->module .'-'. $block->delta; ?>" but where its the numbering controlled?
-- Gary Broyhill Webmaster Lenoir-Rhyne University www.lr.edu gary.broyhill@lr.edu (828)328-7379