Drupal block ID's


Author Message
Dan

Posted: 9/13/2011
Quote message 

Hi, I use a lot of blocks on my drupal 6 site. Some of the blocks have id's while others just use classes. For example:

#banner-block1-32

while others just have classes like: art-vmenublockcontent-body
So I am not able to just center the content of one specific block in my left sidebar without effecting all the other blocks as well.

Does anyone know a way to make all blocks have unique ID's?

Thank you
 
Timm

Posted: 9/14/2011
Quote message 

create your own module suffix, it's in Advanced options of your module.
 
Dan

Posted: 9/15/2011
Quote message 

Thanks for the response Timm but I'm not following you. Could you please expand a little?

After looking into this further it appears that all blocks in the left vertical menu do not have a block #ID and are just in the art-vmenublock class. Anyone know how I can add the block ID?

Thank you