Community

How do you get a SPAN tag to work in a block title

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

http://drupal.org/project/blo

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

Thank you

Thank you