Quote:
Originally Posted by dmknights
can someone possibly tell me how to have an image as my background on my forum?
|
if you have image already...upload it anywhere to host it or to your own...host image folder...
Go:
Admin CP > Styles & Templates > Style Manager > Main CSS (in the menu) > Body
Use the code below in the
Background field:
Replace (*) with anyone you want below to position your image
Code:
#123456 url(path/to/image.gif) *
(*)no-repeat top right;
(*)no-repeat top left;
(*)repeat-x;
(*)repeat-y;
(*)repeat;
(*)...
hope it helps you...

:up: