Fw: Beginner Stylesheet Question

by "Anthony Abby" <anthonyabby(at)yahoo.com>

 Date:  Fri, 21 Dec 2001 22:43:55 -0500
 To:  <hwg-style(at)hwg.org>
  todo: View Thread, Original

----- Original Message -----
From: "Anthony Abby" <anthonyabby(at)yahoo.com>
To: <hwg-style(at)hwg.org>
Sent: Friday, December 21, 2001 10:22 PM
Subject: Beginner Stylesheet Question


> I'm taking my first foray into Stylesheets and I ran into a problem that
I'm
> hoping someone here can explain to me.
>
> I created a simple stylesheet, which I want to link to from my pages.  If
I
> LINK to the stylesheet ( <Link Rel="stylesheet" href="style.css"
> Type="text/css">) none of the properties are applied to the elements on my
> test page.  If I copy the Stylesheet and paste it in the head of that same
> page, however, it works properly.  What am I doing wrong??
>
> Thanks for any help
>
> Anthony
>
> ----------------
> <head>
> <title><cfoutput>#Session.CommandName#</cfoutput> ADP Trouble Call
> Interface</title>
>
>  <Link Rel="stylesheet" href="style.css" Type="text/css">
> </head>
> <body>
>
> ------
> <STYLE TYPE="text/css">
> BODY {
>  background : blue;
>  font-family : Arial, Helvetica, sans-serif;
>  font-size : medium;
>  font-size-adjust : none;
>  font-stretch : normal;
>  font-style : normal;
>  font-variant : normal;
>  font-weight : normal;
>  float : left;
>  empty-cells : show;
>  color : Black;
> }
> TABLE {
>  background-color : #8CB4F6;
>  border : medium Blue;
>  empty-cells : show;
> }
>
> TH {
>  background-color : Blue;
>  color : Black;
>  font-weight : bold;
> }
> </STYLE>
>
>
>



_________________________________________________________
Do You Yahoo!?
Get your free (at)yahoo.com address at http://mail.yahoo.com

HWG hwg-style mailing list archives, maintained by Webmasters @ IWA