Evening!

Polishing off my own Drupal-design I would like to put a header- and footer image in a sidebar. I tried it by adding blocks but they inherit the padding from #sidebar-right-inner in the css, causing the images to appear in the wrong position.

Can I put this right in the stylesheet or do I (oh no, help!) have to change something in php?

P.S. I would have added a link but the site is somewhat XXX-rated... :)

F.

Comments

paulnem’s picture

Add the link and if possible indicate what you want to go where, we're all big boys and girls.

I would imagine however that anything you want to position on the page can be done in the theme.

Flyvver’s picture

www.frodoscavern.nl/dagboek

It s not that shocking anyway...

It is about the sidebar on the right. I have added a repeating background image with roughened edges but I would like to have the same effect going horizontal on the top and bottom, as it is on the main text area.

Flyvver’s picture

... of which I found an example here:

http://mydrupalblog.lhmdesign.com/theming-sidebar-drupal-style-part-1

... but unfortunately it doesn't seem to apply to Drupal 6. The code on the page.tpl.php file has changed since then.