<HTML>
<HEAD>
<TITLE>block.tpl.php CSS issue</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I&#8217;ve got a CSS problem related to block.tpl.php . I was looking at the API for block.tpl.php, and I&#8217;m a little confused over how Drupal assigns the block-block-x &nbsp;ID to come up with block-block-1, block-block2, etc.<BR>
<BR>
>From the API: &nbsp;</SPAN></FONT><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>&lt;div id=&quot;block-</SPAN><SPAN STYLE='font-size:11pt'>&lt;?php print $block-&gt;module .'-'. $block-&gt;delta; ?&gt;&quot; class=&quot;block block-&lt;?php print $block-&gt;module ?&gt;&quot;&gt;<BR>
<FONT COLOR="#FE0000"><BR>
</FONT></SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial">So I see that the ID value comes from </FONT></SPAN><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>&quot;block-</SPAN><SPAN STYLE='font-size:11pt'>&lt;?php print $block-&gt;module .'-'. $block-&gt;delta; ?&gt;&quot;</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial"> but where its the numbering controlled?<BR>
<BR>
<BR>
<BR>
-- <BR>
Gary Broyhill<BR>
Webmaster<BR>
Lenoir-Rhyne University<BR>
www.lr.edu<BR>
gary.broyhill@lr.edu<BR>
(828)328-7379<BR>
</FONT></SPAN></FONT>
</BODY>
</HTML>