Re: Another CSS question

by "Darrell King" <darrell(at)webctr.com>

 Date:  Thu, 9 Nov 2000 13:05:17 -0500
 To:  <hwg-techniques(at)hwg.org>
 References:  mbay
  todo: View Thread, Original
You have assigned the classes as paragraph classes, and so they can't beused
on spans.

Take the 'p.' from in front of the class declarations...

D

----- Original Message -----
From: "Peggi & Ben Rodgers" <woodduck(at)mbay.net>

Subject: Another CSS question


Hi all,

I'm using a linked style sheet.  My paragraph tags work fine, but the span
tags don't seem to be picking up the styles from the linked sheets.  The
code I'm using is as follows:

In the head:

<link rel="STYLESHEET" TYPE="text/css" HREF="../styles/linkedstyle.css">

In the body:

<p class="three">World Class Team - World-Class Solutions<br>
<span class="two" align="left">We have been able to develop and implement
successful enterprise performance solutions.....cases much more.</span></p>

In the style sheet:

p.two {font-family: "Verdana",arial,sans-serif;
        color: black;
        font-size: 9pt;
        font-style: normal;
       }
p.three{font-family: "Verdana",arial,sans-serif;
        color: black;
        font-size: 9pt;
        font-style: italic;
        text-align: left;
        }

Can anyone see any changes I should make to the coding to get this to work?

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