Hi,
I am using a custom theme and need to insert background images around the content of my theme. I saw an example of this at
http://highervisibilitywebsites.com/drupal-themes here the borders on either side of the theme is blue in color and on my website I want to add a custom image similar to the blue color on this website.

can anyone help me how to go about it.

Thanks in advance.

Moved by VM

Comments

Sunshiney’s picture

This is done via css. You can set it using background: in the body tag of the css.

aamin’s picture

Thanks..it worked

aamin’s picture

what should I do if I want the background image to be a clickable image?

Thanks