[PRL] Help with linked style sheets

Mitchell Wand wand at ccs.neu.edu
Thu Jul 22 22:59:22 EDT 2004


Can anybody here give me a clue on using linked style sheets?  Look at:

http://www.ccs.neu.edu/course/csg111/frontpage.html

I'm trying to link to a css file.  Following the pattern on the
http://www.ccs.neu.edu/undergraduate/ ,  I put the following in the head:

<link type="text/css" rel="stylesheet"
      href="http://www.ccs.neu.edu/course/csg111/csg111.css"> 

The contents of csg111.css is shown below.  When I simply embed that
text in the file, it works fine (visit frontpage-embedded.html in the
same directory).

What am I missing here?

--Mitch 



Contents of csg111.css :

<style type="text/css" title="csg111" media="all">
body,td        { background-color: #fffff0; 
		 font-family: Georgia, "Times New Roman", Times, serif;
                 }

</style>



More information about the PRL mailing list