PDA

View Full Version : Forum backround images


GimIk
11-03-2002, 06:18 PM
how do i put the backround of my forum, into a image?

Tony G
11-03-2002, 10:14 PM
Go to your style sets and edit the style you are using.
Upload the background image into your vB images folder.
Now scroll down and find the "Body" input.

Stick in there:

background="/images/filename.extension"

Should do it after the bgcolor bit (Which is first I think)

imported_PiotrasG
12-20-2002, 05:20 AM
for some reason i cant get it to work is this right code

<body bgcolor="#000000" background="/images/pixal.jpg" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

I get the black but i cant get the image

Tony G
12-20-2002, 05:43 AM
Use the variable {imagepath} I think from memory.

Arabs Emperor
12-23-2002, 11:05 PM
ummmm
go to Cp:=>
Styles=>Modify =>[fonts/colors/etc]=>


Body Tag
you will see this code

<body bgcolor="#151E2F" text="#ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

replace with

<body background="images/back_ae.jpg" text="#ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

images/back_ae.jpg is the url of img

Tony G
12-23-2002, 11:18 PM
Did you read the posts? That does not work, and you'd need to use the {imagespath} variable and not /images.

Arabs Emperor
12-24-2002, 07:07 PM
i put it images and it work good

Tony G
12-25-2002, 06:57 AM
I know, but if you use a different path then you'll need to go manually edit the link as if you use {imagespath} it will update automatically.