This forum is for assistance with theme development.

How to make regions/blocks into nodes

Hi there
I need to have two regions into all of my nodes. The two regions should be left and right placed in the bottom, like this:

***********
*------------*
*--Content--*
*------------*
*------------*
***********
*-R1--*--R2-*
*-----*------*
***********

They should be used for different view blocks.

ok now the css is getting in my way... I think

Hi,
I'm trying to put my customized header into drupal, and it works fine on it's own as html/css, but then when I put it into the page.tpl.php file and add the relevant css to the style.css file, it doesn't work!

Here is the one that works: http://thelostworkshop.com/new_site/headersample/headersample.html
And here is the drupal one that doesn't work: http://www.thelostworkshop.com/site/

How to get rid of margin showing up in IE6 but not in FF

Hi,

I'm working on a website using the Aberdeen theme. I want the images in my left sidebar to touch the left edge of the screen. I have accomplished that in FF (I think what did the trick was simply removing the sidebar left padding in style.css.). In IE6 however there is still a space between the edge of the screen and the image. The fact that I'm clueless (after 4+ hours with this problem) is not astonishing considering my newbie status but I could really use some help. :)

I read about IE double margin bug and put in "display: inline" in page.tpl (//div id="sidebar-left" class="sidebar" style="display: inline"//) as suggested but without any effect.

Here's the code for the style.css. Sorry about the long post...

/PWG

STYLE.CSS:
/**
* Aberdeen, for Drupal 5.0
* Don Diego, d.f.lago [at] googlemail [dot] com
*/

/**
* General.
*/
body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, hr, address {
padding:0;
margin:0;
font-weight: normal;
font-style: normal;
}
body {
color: #131313;
/**background: #fff url('images/bg-body.gif') repeat-x 0 0;*/
background: #ffffff;
text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:0.86em; font-family:Verdana, sans-serif;
}
input {
font: 0.86em/1.43em arial, sans-serif;
color: #494949;
}

Menu Help

Hi im fairly new to drupal. Im trying to make a button on the Navigation Menu for album reviews. Is there a way to make it say Reviews on the button and be able to link to a page where all the reviews go after i post them?

thanks for your time

Content Layout with 2 column on main page only

Hi, could anyone point me the right direction for the below design:

Black Garland Mod

see www.computingfortheterrified.com/starttmp. I have zipped the mod and it is available for others here www.computingfortheterrified.com/starttmp/garlandblack.zip. The only issue I could not sort was that I wanted to override the following in system.css:
}
li a.active {
color: #000;

to become
}
li a.active {
color: #fff;

Pages

Subscribe with RSS Subscribe to RSS - Theme development