I would like to replace the default black color header in the mollio theme with a graphic header I created in photoshop.
What section of the css should I edit in order to accomplish this?
I'm working on a layout that has a fairly narrow centre column. When viewing any of the pages with forms on them, the text areas are so wide that they overlap the centre column.
Hello people I am currently writing a theme in which the different sections of the site are floating windows. The main content, sidebars, etc are in separate divs and each one constitutes a window which can be moved resized etc using javascript. Currently I'm trying out dhtmlgoodies (http://www.dhtmlgoodies.com/index.html?whichScript=floating_window_with_...) windows, but I'm planning on writing my own windows manager.
I am trying to add this line of code to my page.tpl.php theme:
<body onLoad="location.href='#top'">
However, when I add this onLoad event, it breaks the links that are in the administration pages. How can I get my theme to always jump to this anchor on every page load without breaking the admin links?