Hi, i have installed the simplenews module and the block of my newslettler looks bad in internet explorer, the text of the radio buttons is all messed up. It is not a problem with my theme because i test it in a default drupal theme and looks the same.
I am trying to get the hang of customising themes and the content on this page http://drupal.org/node/11811 seems to give a good idea of what works.
However the dates go back to 2005. Are they still relevant for drupal 4.7?
This other thread http://drupal.org/node/61481 also discusses methods which appear more recent. Are they more applicable to forms during the item creation and editing phase?
I have created my own custom block (administer>>blocks>>add block). I'm using channel_nine theme, which uses a slightly different theme in column right1 than it does in column right2.
Here is what is in the div tags for the css I want to use (creates underlines for ordered lists):
How do I make the custom block I'm creating use the css for "block-user-1"? Or, put another way, how can I change the div class id for my custom block to "block-user-1" if it is something else now?
I got a very weird block theming probem. I want to theme a particular block in my sidebar. By default, all the blocks share the same class which is .block So I keep the definition of this class in my style.css file unchanged. Then I look at the individual class of the block I hope to theme, which is, say, .block-blockuser. After creating new definition of .block-blockuser and upgrading my style.css file, something weird occured.
I installed the Taxonomy Ticker and it works well, I display it on the right side of my screen.
If I add for example a new block (search) under the Ticker I get as a result the Ticker block and the search block appaers on the Ticker block so I see the rolling lines on the search block.