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 won't work

4 posters

Go down

Background won't work Empty Background won't work

Post by ronnyhenri December 3rd 2010, 12:20 pm

Whenever i try to change my background it doesn't show on the forum.

P.S i know there are quite a lot of threads about this problem but they ain't usefull in any way!!!

Please help, forumotion. Sad
ronnyhenri
ronnyhenri
Forumember

Male Posts : 152
Reputation : 0
Language : English
Location : Belgium

Back to top Go down

Background won't work Empty Re: Background won't work

Post by Maki1 December 3rd 2010, 12:34 pm

Hello,

Try this A-CP => Display > Colors > CSS
Add this code there and submit..

Code:
body {
background : url(BACKGROUND IMAGE URL HERE) repeat;
}
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Background won't work Empty Re: Background won't work

Post by Matei December 3rd 2010, 1:10 pm

Wrong section - Moved !
Matei
Matei
Hyperactive

Male Posts : 2973
Reputation : 101
Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

Back to top Go down

Background won't work Empty Re: Background won't work

Post by ronnyhenri December 5th 2010, 12:36 pm

Can't paste the hole tags as you put them.
ronnyhenri
ronnyhenri
Forumember

Male Posts : 152
Reputation : 0
Language : English
Location : Belgium

Back to top Go down

Background won't work Empty Re: Background won't work

Post by Maki1 December 5th 2010, 12:38 pm

ronnyhenri wrote:Can't paste the hole tags as you put them.

Why not ?
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Background won't work Empty Re: Background won't work

Post by DigitalCyanide December 6th 2010, 1:05 am

This code should work fine:
Code:
body
{
background-image:url('paste your image url here');
}

First off, the repeat command should only be used when you have a seamless tile to use as an image. Otherwise the background can become ugly, for lack of a better term. It repeats the image and as mentioned, if the original image isn't seamless then then the background looks like a jumbled mass of little squares or rectangles.

Second, knowing the right parameters for the full background image are essential, height in pixels and width in pixels.
What looks awesome on your monitor might look like crap on someone else's. Using a universal size would be a good thing as well so at least most people view the image at full scale.
avatar
DigitalCyanide
Forumember

Male Posts : 66
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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