Log in

View Full Version : How to add background image?


shibby2
10-23-2011, 02:29 AM
Hey everyone, I'm trying to add a background image to my forum. I want it to give a 'torn page' look. I have attached an image I made in PS of how it would look.

But I dont know exactly where I would place the code, and what code I would use exactly to make it work. This is for a fixed-width forum (960px).

Thanks for ANY help, I really want to accomplish this! :D

shibby2
10-23-2011, 02:12 PM
C'mon, someone must know how to do this? :D

I searched and found some info, but none of it seemed to work for me at all. :(

kh99
10-23-2011, 02:23 PM
I'm not really a CSS or HTML person, but I think you just need to add some CSS:

body {background-image:url('image.jpg');}


(of course, replace "image.jpg" with your actual image name).

I think you just need to edit one of the CSS templates, like additional.css.

shibby2
10-23-2011, 07:02 PM
Thanks for the help, but that didn't do anything. :(

--------------- Added 1319413498 at 1319413498 ---------------

I finally figured it out. :)

OneDayWealth2
07-18-2012, 08:16 AM
Thanks for the help, but that didn't do anything. :(

--------------- Added 1319413498 at 1319413498 ---------------

I finally figured it out. :)

Care to share how you did it?