[PLUG] [OT] A Web Development Question

Rich Shepard rshepard at appl-ecosys.com
Sat Oct 9 16:45:02 UTC 2004


   I have a stylesheet (pagestyle.css) file that defines color and typeface
for paragraphs, headings and attributes (such as bold). But, those styles
are not displayed on the page.

   Within the <head></head> tags I have:
   <link href="pagestyle.css" rel="stylesheet" type="text/css />

and this file contains:

h1 {color: #669933; font-family: helvetica, arial, sans-serif}
h2 {color: #000066; font-family: helvetica, arial, sans-serif}
p {color: #006600; font-family: garamond, times, serif}
b {color: #ff9900}

   What have I missed in having these styles applied to the text on the page?

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
<http://www.appl-ecosys.com>   Voice: 503-667-4517   Fax: 503-667-8863




More information about the PLUG mailing list