Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how many CSS files? Re: how many CSS files?

#50265
med
Member

1 is usually enough for most sites. Those that are larger may have multiple css files to help de-clutter everything. You can usually keep all of your css code in that one file and just pull it from within html. Again to keep everything organised it’s best to have an external css file. Though if your css consists of only a few lines then it’s easier to put it in the header.

Yeah you can tweak it. For example if you want particular styling for text on one page and different on another then you would tweak that section of the css and upload with a different file name and link to that instead. Otherwise that one css file would influence two different pages when you don’t want it to.