Jump to content
WebFlake
  • 0

Change background


Guest Who is Camaro?

Question

Guest Who is Camaro?

Hey all I was just wondering how I change the background of my IPB 3.3.4 forum? If it helps I'm using the deflection skin.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Basically > Admin CP > Appearance > YourTheme (Deflection so ^^) > CSS > ipb_styles.css and then found something like 

 

 

 

body{background: something ;}

 

You have to delete "Something" and then type what you want. Like if u want a background which is an picture you have to do change like that :

 

 

 

body{background: url("http://urlofthepicture.jpg") repeat-x;}

 

 

or you simply just have a color :

 

 

 

body{background-color: #COLORCODEHTML;}
Link to comment
Share on other sites

  • 0
Guest Who is Camaro?

Thank you guy for your quick responses, and for putting up with my newbieness haha. I'll give both of your posts a like.

 

Hmm now the only problem I have is that when I try to change the background image it only appears white?

Edited by Who is Camaro?
Link to comment
Share on other sites

  • 0
Guest Who is Camaro?

I guess you have an error in your CSS.Post it here please (Only the relevant Lines).

 

I hope these are the relevant lines you are talking about.
body {
 
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}
Link to comment
Share on other sites

  • 0

I hope these are the relevant lines you are talking about.
body {
 
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}

So in the fisrt case, to use an image as background you have to have the "real link" of the image (the link which only show the background, and not the website with the image in it.

So i found the real link : http://i715.photobucket.com/albums/ww159/Kronic714/bg_zpscf01b477.jpg 

 

Then try that :

 

 

body {
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}
The error you made : 
 
you didn't put the ; at the end of the line. and the url is like that : url(" ");  and not url="url"
EDIT : Even with the real link it seems to redirecting to the website, try to found an other host for your picture.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...