I'm having an issue whereby Drupal is automatically placing
tags around my block element. I have edited the block.tpl.php file, however, they are still there when I view the site. It's causing spacing around my blocks which I don't want. Does anyone know what file is putting them there?
This is the code in my page template (page.tpl.php):
I'm looking at using the Yahoo! UI library for my CSS, using the reset, fonts and grids CSS files. However, using drupal_add_css in my template.php file they appear at the bottom of the list of CSS files loaded.
Is there a way to:
Load up a CSS file higher in the source order?Disable CSS files loaded by Drupal by default?