Hello everyone, I am new to the forums and new to drupal.

I have just installed the latest drupal on my site (6.3)

I need to put a picture in my header on the right side.. check this picture to see where i want to put it http://img295.imageshack.us/img295/5592/picturexw2.png

Someone please help

Thank you
NN

Comments

arh1’s picture

there are many ways to do this. you'll need to edit your Drupal theme, which will require some front-end coding skills (xhtml, css), and a basic knowledge of how Drupal theming works.

the front-end coding skills are not Drupal-specific at all, and would not be simple to explain. basically you'll want to add a rule that "floats" your image to the right of the page/node title and tabs. (be aware that this layout may not work so well with different types of Drupal pages/content...) there are many great xhtml and css tutorial sites out there on the web... if you use Firefox, one tool i'd recommend to help with your development is the Firebug extension.

as for the Drupal theming (which you're much more likely to get specific feedback on in this forum). start with the theming section of the Drupal handbook.

i hope that helps -- good luck!

wheresmycookie’s picture

thank you for your help.. which file specifically would i need to edit to make these changes?