--- Session A Mwamufiya wrote:
> .body {background-color: #00FF00;}

That's defining a class called "body"; does your
<body...> tag have a "class='body'" attribute?

If you want to define a style for an HTML element you
shouldn't (AFAIK, anyway; I guess I've never tried it)
preface the element name with a "." (or "#", which
defines the style for an id).

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to