How many style-sheets are acceptable in HTML?
As an old programmer I like to split-up things and get them when I need them.
If more then one:
Are they linked as ONE style sheet or do you need something like font and body style in all?
Hi Saeven, There's no real
Hi Saeven,
There's no real limit to the number of stylesheets, except that earlier versions of IE failed to load more then 30?
You could always use a minify app to combine and minify for the production site and keep them separate in development.
Thanks Tony Nice to know, and
Thanks Tony
Nice to know, and now I can start concentrate a bit more
I did play with of them minify app (on bootstrap I think), but I could'nt make it work.
Guess I will have to try again...
I won't use a lot of them anyway, just for my pages - one got a drop-down menu and another got buttons and then one for the basic that never changes.
Saeven