Quote:
|
Originally Posted by crockett
Will using the same CSS style sheet across 100's of pages cause any extra server load or any other issues I may not be aware of?
|
It should reduce server load if anything, since .css files are cached, after first load, it will be on the client-side.