[Help]CSS

03/01/2012 02:40 coreymills#1
ive been going over tutorials on css and ran into a problem it wont display the styles at all could someone look over the code and tell me if i got anything wrong.

PS:sorry if this is the wrong section but i couldnt find one pertaining to what i needed

03/01/2012 17:14 PseudoPsycho#2
I can't find a lot of bugs in your code,
but you should write
Code:
background-color:rgb(250, 250, 250);
unless of
Code:
background:white;
and so on.
03/03/2012 18:24 FizzeBu#3
make sure the style.css is in the same directory as your index.php file
if its not and and you dont want t to you might want to take a look at this: [Only registered and activated users can see links. Click Here To Register...]