SMF For Free Support Forum
Signup For Free Forum
August 20, 2008, 06:02:09 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: 1 [2] 3
  Print  
Author Topic: [Guide] How to put a background image on your forum  (Read 8751 times)
0 Members and 1 Guest are viewing this topic.
73lue73oy
SMF For Free Member
*
Offline Offline

Posts: 64


View Profile WWW
« Reply #15 on: March 16, 2008, 01:43:50 am »

that w3schools.com thing really helped my understand the css codes and stuff now i may be able to start making my own stylesheets
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #16 on: March 16, 2008, 11:45:37 am »

that w3schools.com thing really helped my understand the css codes and stuff now i may be able to start making my own stylesheets

It is a huge help.     Check out this thread as we have stuck some tips, ideas, links to help with making them in it:   Stylesheet Making Tips/Helpful Links
   
Logged

FinishTheFight
SMF For Free Member
*
Offline Offline

Posts: 28



View Profile WWW
« Reply #17 on: March 18, 2008, 11:39:00 pm »

Forum Url: http://www.broomscape.smfforfree4.com
This is what it had
Code:
/* The main body of the entire forum. */
body
{
background-image: url(http://www.smfboards.com/Themes2/userstyles/Chronicles/bg.jpg);
background-attachment: fixed
}

and I changed it to this yet nothing at all a happened. Did I do something wrong.
Code:
     /* The main body of the entire forum. */
body
{
             background-color: #E5E5E8;
             background-image: url(http://i193.photobucket.com/albums/z98/FinishTheFight_2007/FishinspaceFinal2-1.jpg);
             background-repeat: repeat;
             background-attachment: fixed;
             margin: 0px;
             padding: 12px 30px 4px 30px;
}

MY FORUMS:
Code:
http://www.broomscape.smfforfree4.com

IMAGE:
below is the image I want to use, it was going to be just a test, but it won't work so.
Code:
http://i193.photobucket.com/albums/z98/FinishTheFight_2007/FishinspaceFinal2-1.jpg

Oh and I am using the user made template type "chronicles"
Logged


Code:
Respect the admins and they will respect you
Follow the Rules
SMF RULES!!!!!!!
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #18 on: March 18, 2008, 11:45:04 pm »

refresh your browser..   the backgrounds there  Wink
Logged

FinishTheFight
SMF For Free Member
*
Offline Offline

Posts: 28



View Profile WWW
« Reply #19 on: March 18, 2008, 11:49:32 pm »

  guess it takes a couple min. I don't know, because I did. Anyways thanks a lot. Also for the thread Smiley
Logged


Code:
Respect the admins and they will respect you
Follow the Rules
SMF RULES!!!!!!!
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #20 on: March 18, 2008, 11:51:05 pm »

it's usually immediate (after you refresh)  ..  dunno.. Ive seen some people say it takes a min or so for them too..    you are welcome
Logged

Celebrus
SMF For Free Hero
*
Offline Offline

Posts: 737


Previously known as Omikron


View Profile WWW
« Reply #21 on: March 19, 2008, 01:08:14 am »

That happens because browsers cache the CSS and don't download it every time, to make it faster on slow connections(like mine). Once you refresh, it will re-download the CSS.
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #22 on: March 19, 2008, 12:02:50 pm »

Omikron  yep thats correct.    Just seems, at times,  for some people it takes longer after they refresh and  Im not sure why that happens.     It always changes immediately for me when refreshing my browser.     
Logged

Dusty
SMF For Free Hero
*
Offline Offline

Posts: 965


:P im dusty!


View Profile
« Reply #23 on: March 19, 2008, 12:06:14 pm »

nice tut dude!, keep it up! =]!
Logged


Newest..
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #24 on: March 19, 2008, 12:12:59 pm »

dudette.. dudette!   Im not a dude!    2funny
Logged

Dusty
SMF For Free Hero
*
Offline Offline

Posts: 965


:P im dusty!


View Profile
« Reply #25 on: March 19, 2008, 12:18:29 pm »

Tongue sorry!! lol!
Logged


Newest..
Whiskey Springs
SMF For Free Member
*
Offline Offline

Posts: 64


View Profile
« Reply #26 on: March 20, 2008, 09:40:29 am »

URL http://www.whiskiesprings.net/index.php

This is what I did using the posted code changes, and nothing chnaged.  Did I do something wrong?

}

/* The main body of the entire forum. */
body
{
   background-color: #E5E5E8;
             backround-image: http://s111.photobucket.com/albums/n131/Scott6373/?action=view¤t=spring.jpg;
             backround-image: repeat;
             backround-attatchment: fixed;
   margin: 0px;
   padding: 12px 30px 4px 30px;

}
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7769



View Profile WWW
« Reply #27 on: March 20, 2008, 10:02:24 am »

It should be:

Code:
/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
background-image: url(http://i111.photobucket.com/albums/n131/Scott6373/spring.jpg);
background-repeat: repeat;
background-attachment: fixed;
margin: 0px;
padding: 12px 30px 4px 30px;
}
Logged

Whiskey Springs
SMF For Free Member
*
Offline Offline

Posts: 64


View Profile
« Reply #28 on: March 20, 2008, 10:41:11 am »

It should be:

Code:
/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
background-image: url(http://i111.photobucket.com/albums/n131/Scott6373/spring.jpg);
background-repeat: repeat;
background-attachment: fixed;
margin: 0px;
padding: 12px 30px 4px 30px;
}

Thanks
Logged
Ravage™
SMF For Free Sr. Member
*
Offline Offline

Posts: 483


Ravage Beast!


View Profile WWW
« Reply #29 on: March 21, 2008, 06:09:04 am »

i do too, i dont use the helper to make a skin i use the direct css because for some odd reason its ezer for me:D
Logged


Pages: 1 [2] 3
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.381 seconds with 17 queries.