|
Posted by dorayme on 12/04/07 07:44
In article
<fa39f645-1b00-4352-9836-30d934296655@y43g2000hsy.googlegroups.co
m>,
jodleren <sonnich@hot.ee> wrote:
> Hello!
>
> I dont know much about CSS, but in order to get the same colours all
> the time, I try
>
> message_ok { color: #ff0000; }
> message_fail { color: #008000; }
>
> Then
> <font class="message_ok">Success!<font>
> <font class="message_fail">Something went wrong...<font>
>
> But, why does this not work?
There is the tiniest possible reason, a missing stop sign. Try
..message_ok { color: #ff0000;} The stop is the class indicator in
CSS. The id indicator is #
--
dorayme
Navigation:
[Reply to this message]
|