Posted by mbstevens on 08/25/05 14:54
Mark wrote:
> Hello,
>
> when I use <link rel=stylesheet type="text/css" href="test.css"> in any of
> my html files the test.css is loaded at any request. How can I avoid this? I
> want the file beeing loaded just one time, is this possible?
Don't link to it on the subsequent pages?
Use Lynx? ;)
Why don't you want it to? I speed your worry?
How CSS links are handled varies between clients. A smart one will hold
the CSS in memory to avoid requesting it again across the net
or even banging on the local disk for a cached copy.
--
mbstevens
http://www.mbstevens.com/cgi/mkatt.pl?name=python/Critique_Generator
(New version 1.4)
[Back to original message]
|