The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Background problem

3 posters

Go down

Background problem Empty Background problem

Post by TheXTCBlade May 25th 2008, 10:30 am

Ok.. I didn't knew what should I name my post but I suppose that's quite close

So it's not exactly the background but the background behind the forums/categories/logo/post reply and other stuff.. I can only change its colour but can't find a way to add picture there?

I'm starting to wonder if coding is only way to create a good forum in here... missing many needed things to have full control of forum
avatar
TheXTCBlade
New Member

Posts : 10
Reputation : 0
Language : Finnish and English

Back to top Go down

Background problem Empty Re: Background problem

Post by zakir321 May 26th 2008, 12:59 pm

You can simply change all forum images in "Styles / List of Pictures". You have also several categories at the top (General/explore, Forum icons, etc...). I think you can find out what entry you need to change from there...

If you have CSS knowledge, you can change the images/colors also at "Styles / Colors / CSS Stylesheet".
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Background problem Empty Re: Background problem

Post by TheXTCBlade May 26th 2008, 4:45 pm

Don't have CSS knowledge and the area I'm talking about shows up only in colors..

so I cannot add an image there even if I would like to so only way to add a image there is using coding and since I do not have knowledge on that area, what can I do? nothing I quess...

So.. let's seek out CSS tutorials and guides.. I suppose this forum has some
avatar
TheXTCBlade
New Member

Posts : 10
Reputation : 0
Language : Finnish and English

Back to top Go down

Background problem Empty Re: Background problem

Post by Guest May 26th 2008, 6:18 pm

Use the script generator!
avatar
Guest
Guest


Back to top Go down

Background problem Empty Re: Background problem

Post by TheXTCBlade May 26th 2008, 7:23 pm

Well I didn't figure out of script generator how to add script in right place but by doing CSS I figured out that this...

.bodyline{
background-image: url("https://i.servimg.com/u/f42/12/42/00/82/forum_11.png");
}

... positions the image in right place.

Now I still have problems to figure out how to make it stay inside that area and not continue outside, Image missing bottom and right side since it's too large and I want restriction to keep the right side and bottom inside that area.

Well if you want you can take a look in here http://bs-clan.darkbb.com/index.htm which might explain my problem a bit
avatar
TheXTCBlade
New Member

Posts : 10
Reputation : 0
Language : Finnish and English

Back to top Go down

Background problem Empty Re: Background problem

Post by Aniko May 26th 2008, 8:11 pm

HI,

i don´t really know if it is the same problem, but i would love to make my forum like this
http://demo.nicetheme.com/index.htm?theme_id=106738

so if i go up and down i can see the background. Is this possible??? blackeye
avatar
Aniko
New Member

Posts : 2
Reputation : 0
Language : English, German, (Slovak)

Back to top Go down

Background problem Empty Re: Background problem

Post by TheXTCBlade May 26th 2008, 8:33 pm

well I'm not too sure what you mean but if you mean those multiple images of guitar you just add normal image and it will multiply as much as needed.. or do you mean that background would scroll with th screen? I saw that possibility somewhere.

and no that site doesn't have same problem as I have.. my image is in different place and I need to restrict it from expanding outside the borders
avatar
TheXTCBlade
New Member

Posts : 10
Reputation : 0
Language : Finnish and English

Back to top Go down

Background problem Empty Re: Background problem

Post by Aniko May 26th 2008, 8:40 pm

TheXTCBlade wrote:or do you mean that background would scroll with th screen? I saw that possibility somewhere.

and no that site doesn't have same problem as I have.. my image is in different place and I need to restrict it from expanding outside the borders

yap that i mean
avatar
Aniko
New Member

Posts : 2
Reputation : 0
Language : English, German, (Slovak)

Back to top Go down

Background problem Empty Re: Background problem

Post by TheXTCBlade May 26th 2008, 10:21 pm

well I found one solution to my problem...

.bodyline{
background-image: url("https://i.servimg.com/u/f42/12/42/00/82/forum_13.png")
}
.bodylinewidth {
width:1000px;
height: 1100px}

...this solution just reguired me to modify my image to be 1000x1100 but now users with low resolution might have problem and I cannot add many categories/forums without modifieng my picture..

if someone has other solution I would appreciate it.
avatar
TheXTCBlade
New Member

Posts : 10
Reputation : 0
Language : Finnish and English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum