DIV Element

DIV Element

am 23.05.2007 20:56:15 von Wings

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).



Study Page




This should be in a red font


Re: DIV Element

am 23.05.2007 21:15:08 von a.nony.mous

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

Re: DIV Element

am 23.05.2007 21:39:14 von Wings

Many thanks. And that led me to see how I was misreading the tutorials.
Cool.
"Beauregard T. Shagnasty" wrote in message
news:0p05i.36850$p47.25834@bgtnsc04-news.ops.worldnet.att.ne t...
> 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

Many thanks. Operator error. Your answer led me to see how I was misreading
the tutorials also. Cool.