Posted by Beauregard T. Shagnasty on 05/23/07 19:15
Wings wrote:
> Ran into a problem right off the bat in my learning the DIV element.
> Everything I have, and an on-line tutorial, says this should work in
> making the font color RED inside the element. It doesn't. (This is
> just a study page - not on the internet, but I cut and pasted the
> code, so this is accurate).
> font-color : red;
color: red;
Don't forget to assign background colors, too.
background-color: white; or whatever
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|