The easiest way is to add this code in your CSS file 
<http://www.datecreekranch.com/splash.css>:

#newslinks {
   background-color: lime;
}



You may also like to know that your home page is not a Standards Compliant page 
because it is missing lots of things at the top.  The page should always start 
with something like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
<style type="text/css" media="all">

</style>
</head>
<body>

</body>

</html>

The above structure is the most basic one but there are lots of variants such 
as doctype etc.

hth


--- On Fri, 9/9/11, Nancy Timper <[email protected]> wrote:


> DUH.
> 
> http://www.datecreekranch.com
> 
> thanks

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to