Is there a way for the forum background to not be repeated?

Susan1814 at 18h18
30
Aug
2011
Hi, is there a way for the background not to repeat, and to just stay, without getting stuck there?
1 TruthSayer, on 30/08/2011 at 23h18
Hi! If what you mean is to fix the background, no tiling, try this in your CSS:

Code:
}body {
    background-attachment: fixed;
    background-size: 100% auto;
}   


Hope it works!
2 kirk, on 31/08/2011 at 06h24
Yeah

there is also the option to set thing in your Pics management in your ACP.

Admin panel>Display> Pics management> Advanced Mode.

for background image you can check of fixed, or leave it unchecked to scroll.


Oh my bad, your saying for repeat

for repeat
Code:
body
{
background-image:url('Direct Image Link Here');
background-repeat:repeat-x;


No repeat.
you can change the position to what you want or just remove it.
Code:
body
{
background-image:url('Direct Image Link Here');
background-repeat:no-repeat;
background-position:right top;

3 Susan1814, on 31/08/2011 at 19h22
OK, I'll try that.
4 Susan1814, on 31/08/2011 at 19h49
Thank you, it works!
5 Sanket, on 31/08/2011 at 20h41
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
Hi, I used selenium.getBodyText(); An example is given below Mr ggg ggg DM Petrol QATEST 12:45:52 Mr lom sd QATEST 12:43:38 Mrs oui uio Enquiry about ... DM Diesel QATEST 12:36:34 The word QATEST is repeated in the
Hmm, weird, I post the background pic's url in the respective section in the Display area, but it's the same BG I had when I updated the skin. Can someone help me?
Hey lovelies, This is a request for a background image for my forum (if that's possible?) I've been told mine is very boring (I have to agree with them actually ;-p) So here goes, there's no real rush on this, but the sooner the better
See also
more_less
Informations

5 Replies For the topic :
"Is there a way for the forum background to not be repeated?"

This topic has been viewed 990 times.

Last message :
30/08/2011 at 18h18 by "Susan1814"