I need to format the #help information that drupal outputs, but I´m encountering some problems. For example, at the administration page it shows this info:
<p id="help">
<p>Welcome to the administration section. Below are the most recent system events.</p>
</p>
So we have one paragraph with one id, and inside another paragraph. The problem is that I don´t know how to create a rule to format the second paragraph. I´ve tried with this:
short question: Is there a way to let Drupal display a logo.jpg image file instead of the hard-coded logo.png in theme.inc?
Or do I have to embed my custom logo.jpg in my page template statically? => Downside: Administer -> themes -> configure -> Logo image settings will not work anymore for this template.
I managed to do a 3 column blix, but I'm facing some problems. I'm not very good at CSS so I hope all of you can have a look at it and maybe tell me what's wrong.
Mainly, the problem is the right column is not aligned with the header anymore. Also, when all blocks are on the right side, the content is still in the middle of the page (not expanded) making a huge white space on the left.
You can try it out on your drupal, here are my files: