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 ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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; }
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 |
|
#2
|
||||
|
||||
|
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; }
Nick
__________________
Nick Bowers 68c v4.09 Developer www.everythingsfree.org www.nickswebhosting.com www.quick-templates.com www.quick-software.com www.biggesttemplatepack.com www.ausproxy.com.au |
|
#3
|
|||
|
|||
|
bowers01
![]() Thank you
Code trial |
|
#4
|
|||
|
|||
|
Code works well
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |