Re: color text?

Eric Bina (ebina@netscape.com)
Mon, 1 May 95 19:48:31 EDT

> Except you can also do:
>
> <link rel=stylesheet href=foobar.sty>
>
> which will not be shown by any not-completely-broken browser. With
> caching on the client side, this is not that big of a performance hit.

Seems to me, if everyone who wants to have customized funky colors on their
home page has their own style-sheet, then the style-sheet above usually
will NOT be in my cache.

Even if it is in my cache, the browser should at least to a ping to the server
to see if the document has changed from the cached version.

Both of these require a second net connection which can be a LARGE overhead.

Eric