Jump to content

How Many Times Has A Css File Been Used?


uaintgotthisid

Recommended Posts

Say just thinking here, and wondered, is there a way to tell how many times a css file has been called? I know there's ways to see how many times a html page has been viewed, but how about the css file?Is there any reason/downfall I shouldn't link to a css file on my own server for example, if I create websites and put a link to my own site at the bottom but the css for it on my own server. Hence, I could change the font at any time or colour? It would be a fairly small file if that makes a difference.

Link to comment
Share on other sites

It works just the same way as you do it with a html page.With an html page u do this:

<?php// here is the code for increasing the hit timer?><html>....</html>

and for the CSS file do this:

<?php// code for increasing the timer?>#ID { stuff: stuff;}

Get what i mean?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...