Hello everybody. I had a quick question. I just bought a template from a template site and the template has a "style.css" and a "layout.css" when I create a page do I have to add the values of the page to the css files?
It is one of the very reasons for having the styling held in external files as you simply reuse it every time saving you having to type it out in full each time and save the user having to download it with every page view. Likewise any scripting ideally should also be separated out into external files etc