I'm stumped and hope someone here can point me in the right direction. I would like to have some block have a different style than others. I know this can be done with taxonomy for nodes, but how can it be done with blocks?
So fat everything has been manageable in my quest to learn Drupal and be able to use it as a fluid tool. However, now I'm stuck on the "Taxonomy Breadcrumb Module." My server does not support "clean URL's" on shared hosting, therefore, I cannot use the breadcrumbs system that comes with Drupal unless I want my breadcrumbs to have silly names like node/2 and so on.
The breadcrumb shows up below the title of the page rather than in between my breadcrumb div's. I have used web development tools to find that the taxonomy breadcrumbs get generated by a seperate div tag that is dynamically generated with PHP. But, I cannot find how to make that same DIV tag appear in between my "breadcrumb" DIV's that are hard-coded into mt page.tpl.php.
How do I do image replacement with Drupal menus? I'm creating a one-use theme and have a custom navigation menu. I don't know where to find the hooks for each individual menu item of my custom menu.