PDA

View Full Version : almost there...need all black boxes


chrisvw
Feb-12-2009, 05:03 PM
1st off...thanks for everyones help..am very glad i joined smugmug

so i need all black on my home page...i know someone knows..i had it..and now its gone...so i should same my code...right??

http://chrisvw.smugmug.com/

thanks guys.

chris

jfriend
Feb-12-2009, 06:20 PM
If you fix several errors in you CSS your background will go to black:

Step 1 - Near the end of your CSS, delete this:

.box {
body {

Step 2 - Near the end of your CSS, delete this:

background-color: #000000;
}

CSS is a form of programming language. You have to follow it's syntax rules exactly or some of your CSS rules (usually ones after the error) will stop working.