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.

Stable background picture

3 posters

Go down

In progress Stable background picture

Post by ifekt 17/7/2011, 10:11

How can i have a Stable background picture, so it doesnt repeat it self?
avatar
ifekt
Forumember

Male Posts : 127
Reputation : 5
Language : English

Back to top Go down

In progress Re: Stable background picture

Post by Base 17/7/2011, 10:13

Hi, you will need to add this rule into your CSS for your background image:

Code:
background-repeat: no-repeat;

Smile


Last edited by Base on 17/7/2011, 10:28; edited 1 time in total
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Stable background picture

Post by ifekt 17/7/2011, 10:18

Sorry, but where should i put this?
avatar
ifekt
Forumember

Male Posts : 127
Reputation : 5
Language : English

Back to top Go down

In progress Re: Stable background picture

Post by Vlajki 17/7/2011, 10:27

AP > Display > Colors > CSS Stylesheet
Then find
Code:
background {
property
and put it inside the bracket.
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

In progress Re: Stable background picture

Post by ifekt 17/7/2011, 10:41

The problem is that when i open the CSS style sheet is empty
avatar
ifekt
Forumember

Male Posts : 127
Reputation : 5
Language : English

Back to top Go down

In progress Re: Stable background picture

Post by Base 17/7/2011, 10:45

Okay, then please try adding this to your CSS code:

Code:
body {
    background-repeat: no-repeat;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Stable background picture

Post by ifekt 17/7/2011, 11:04

Thanks Smile anyway to center it?
avatar
ifekt
Forumember

Male Posts : 127
Reputation : 5
Language : English

Back to top Go down

In progress Re: Stable background picture

Post by Base 18/7/2011, 10:41

Well, you could try adding in the line:

Code:
    background-position: center center;

...directly beneath:

Code:
    background-repeat: no-repeat;
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

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