Advertise Here

Author Topic: forum background help  (Read 933 times)

0 Members and 1 Guest are viewing this topic.

Offline Steven

  • SMF For Free Full Member
  • *
  • Posts: 132
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
forum background help
« on: June 09, 2007, 09:16:59 pm »
Forum Url: http://narutosyndicate.smfforfree3.com
ok im trying to add a background image and i used this on the css

/* The main body of the entire forum. */
body
{
   color: #000000;
   background-color: #4D4939;
                background-image: url(image url here);
   font-size: small;
   font-family: verdana, arial, helvetica, sans-serif;
                margin: 1px;
                padding: 12px 30px 4px 30px;
}

but the image doesnt move with the forum. its like tiled....go look.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: forum background help
« Reply #1 on: June 10, 2007, 11:08:36 am »
Forum Url: http://narutosyndicate.smfforfree3.com
ok im trying to add a background image and i used this on the css
but the image doesnt move with the forum. its like tiled....go look.


Add the part in red below and it will set the background to fixed:

/* The main body of the entire forum. */
body
{
   color: #000000;
   background-color: #4D4939;
   background-image: url(image url here);
   background-attachment: fixed;
   font-size: small;
   font-family: verdana, arial, helvetica, sans-serif;
   margin: 1px;
   padding: 12px 30px 4px 30px;
}

Offline Steven

  • SMF For Free Full Member
  • *
  • Posts: 132
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: forum background help
« Reply #2 on: June 10, 2007, 11:21:49 am »
thanks!.....n how do i change the font color for the wrting thats not on the main forum part...lemme show u a screen shot of wut i mean.

« Last Edit: June 10, 2007, 11:24:09 am by HBK_hadesflames »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: forum background help
« Reply #3 on: June 10, 2007, 01:17:30 pm »
thanks!.....n how do i change the font color for the wrting thats not on the main forum part...lemme show u a screen shot of wut i mean.



To change the font to a lighter color for that area, it will change it in some areas you do not want changed.
I can redo the stylesheet for you, so that it changes it in the correct spots, and not others.
humm..   sometime this week.. pm me to remind me.   I have about 30 requests for other things that I need
to start on starting tomorrow afternoon but Ill get to it soon as I can.

Offline Steven

  • SMF For Free Full Member
  • *
  • Posts: 132
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: forum background help
« Reply #4 on: June 10, 2007, 02:03:38 pm »
no its ight...i can read it now since the image is fixed it is lighter thr....thanks though

 

Related Topics

  Subject / Started by Replies Last post
27 Replies
17420 Views
Last post May 30, 2010, 12:20:17 pm
by lepanov
2 Replies
951 Views
Last post August 03, 2007, 10:12:51 pm
by starclan
1 Replies
651 Views
Last post December 08, 2007, 09:08:06 pm
by LaundryLady
1 Replies
1050 Views
Last post May 15, 2008, 01:45:43 pm
by LaundryLady
17 Replies
2143 Views
Last post March 14, 2013, 03:47:17 pm
by SMF For Free