Re: color: how to specify an area of?

Here the file is I used to test the approuch.

The method of using the unicode block character
is also a nice approuch, but lacks the control over
the width of the coloured area, and is even more a
workaround than this approuch.

Christian

At 20:45 20-10-02, John Anthony Lewis wrote:

>Hello Jonathan,
>Sunday, October 20, 2002, 12:39:34 PM, you wrote:
>
> > <style type="text/css">
> >     .purple{background-color: #990099;}
> > </style>
>
> > <a><img class="purple" width="32" height="32" alt="Purple" ></a>
>
>I think you want something like this:
>
>   <style type="text/css">
>   .purple {background:#909; color:#fff; width:32px; height:32px;
>   display:block;}
>   </style>
>
>   <a class="purple"></a>
>
>Although it's kind of an odd thing to do.
>
>--
>John

-----
Microsoft products are susceptible to a large variety of viruses, worms, 
and other fauna.

Received on Monday, 21 October 2002 13:45:26 UTC