Will SPAN tags not work for custom CSS on a block-title basis?

Meaning I want each block title to have a different look, to be defined by the user as they create it, with specific CSS class designations.

Is this not something Drupal allows? SPAN tags in block titles?

Comments

Drave Robber’s picture

http://drupal.org/project/block_class_styles allows you to get some HTML into block titles.

AngelicLight’s picture

Thank you