Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i am trying to reduce the spacing and remove the horizontal line between entries in the teasers, however i cannot find anywhere in the .css that might do this. anyone got clues? thanks.
I know this is more of a question for general coding forums, but I'm sure one of you guys (or girls) have the solution.
Basically my custom theme looks rubbish in IE 7, which no longer seems to ignore the !important variable which was previously used to hack the CSS to make changes for Firefox.
I've tried a range of different codes in both the page.tpl.php file for loading separate CSS files etc., but none of these seem to work.
I did some tests, and when my site is visited using explorer, the custom block-footer.tpl.php file is ignored.
How can that be?
I have created a block-footer.tpl.php files that calls a function from my custom template.php file to modify the html for $block->content. The string returned is the same but with new class names.
For a reason that is beyond me, Firefox prints the content of the custom block-footer.tpl.php file such as <li class="footer"> as opposed to <li class="leaf">.
I've been looking through the templating stuff but am still very confused on where to start. Maybe because I'm a visual type of person.
anyway, I was wondering wether anyone had put together a step by step screen shot presentation of how a template is constructed for Drupal, from the concept stage of the PSD design to displaying it inside a working Drupal installation?