HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Background color not displaying
Post new topic   Reply to topic    HTML Help Forum -> CSS
View previous topic :: View next topic  
Author Message
syntax44



Joined: 20 Nov 2009
Posts: 1

PostPosted: Fri Nov 20, 2009 7:17 am     Background color not displaying Reply with quote

Hi-
I am unable to get the background color to display. I checked the syntax of my css file and my source/html file and as far as I can see, they are correct. But it's still not displaying when I view it in Firefox or Safari. I'm sure it's something obvious that I'm missing. What am I doing wrong? (I posted code below). Thanks.
---------
===============
CSS File
===============
<style type="text/css">

body
{
background-color: "yellow";
}
p
{font-family: "Trebuchet MS";
font-size: 1em;
}



====================
HTML/SOURCE code
=====================

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">

<html>
<head>
<link rel="stylesheet" href="mainpage.css" type="text/css" />
<title>Joe Smith</title>
</head>

<body>


<p>
Joe Smith's page
</p>



</body>
</html>
sticks464



Joined: 31 Dec 2006
Posts: 2906

PostPosted: Fri Nov 20, 2009 10:08 am     Reply with quote

Remove the quotes from the color name. Using color names is not good for some browsers. hex color codes
Quotes are only required for font names that consist of two words with spaces, not color names.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial