How do I change the background of the site

This is a discussion on How do I change the background of the site within the HTML, CSS, and Design Help forums, part of the General category; H ow I can change the background of the site? This code is not effective Code: body { background: #fff ...


Go Back   68 Classifieds Forums > General > HTML, CSS, and Design Help

 
LinkBack Thread Tools Display Modes
  #1  
Old 11-07-2008, 05:14 AM
boy boy is offline
Junior Member
 
Join Date: Nov 2008
Posts: 4
Rep Power: 0
Exclamation How I can change the background of the site

How I can change the background of the site?

This code is not effective

Code:
body { background: #fff url(../images/backgrownd2.png); padding: 0; margin: 0; font: 0.7em Verdana, Arial, sans-serif; line-height: 1.6em; color:#454545; }
Old topic

Explained in detail

Thank you


Last edited by boy; 11-07-2008 at 05:53 PM. Reason: How I can change the background of the site
Reply With Quote
  #2  
Old 11-07-2008, 06:32 AM
bowers01's Avatar
Senior Member
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 531
Rep Power: 13
Default

Is the code you posted above in your style.css or did you just get it from another post?
It should be
Code:
body { padding: 0; margin: 0; font: 0.7em Verdana, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }
and you change the fff to the color you want. HTML Colors
Nick
Reply With Quote
  #3  
Old 11-07-2008, 09:03 AM
boy boy is offline
Junior Member
 
Join Date: Nov 2008
Posts: 4
Rep Power: 0
Thumbs up

bowers01



Thank you
Code trial
Reply With Quote
  #4  
Old 11-07-2008, 09:06 AM
boy boy is offline
Junior Member
 
Join Date: Nov 2008
Posts: 4
Rep Power: 0
Default

Code works well
Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why wont css background work? bowers01 HTML, CSS, and Design Help 2 10-23-2008 04:29 AM
featured listings background atom v4 Questions & Support 1 08-29-2008 09:10 AM
Want To Change Page Background Color tripper HTML, CSS, and Design Help 3 05-01-2007 05:35 PM
form background spaceboy v3.1 Modules & Modifications 5 09-11-2006 04:04 PM
Help with changing background colour sporthorsebreeder v3.0 Questions & Support 2 04-02-2006 10:51 PM


All times are GMT -4. The time now is 10:46 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22