With respect, I'm not sure you should be starting into using a framework like 
BP without knowing the basics of HTML and CSS.
It will confuse and frustrate you when the CSS isn't perfect and you don't know 
what you are looking at.

Can't help you with your css settings syntax without you posting your code.

To apply a black background to a body tag, the inline method is
<body style="background-color: black">
To do it in the css ...
body {
  background-color: black;
}

Next time try Googling a phrase like:  'CSS background color' - you will find 
the answers easily with full explainations.

  ----- Original Message ----- 
  From: ~ 
  To: [email protected] 
  Sent: Friday, September 04, 2009 4:18 PM
  Subject: [BP #3342] bg color


  Hi again,

  Sorry to bother you with a silly problem. I am still learning. : ) I double 
checked screen.css and, under the body tag, I set the background to black but 
it doesn't show black in the website. 

  Also, I tried this   <body bgcolor="black">

  but it doesn't work. What's wrong? I feel stupid. : )

  Steven

  



------------------------------------------------------------------------------



  No virus found in this incoming message.
  Checked by AVG - www.avg.com 
  Version: 8.5.409 / Virus Database: 270.13.76/2345 - Release Date: 09/04/09 
05:51:00

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to