Quote Originally Posted by PinkLeopard View Post
hello & happy holidays to everyone!!

i have run into a problem and i want to make sure i do it right.

first, i ran YSlow (firefox addon) it came up that i had too many css.
I'm not familiar with YSlow, but I am curious as to what it considers 'too many'.
It also makes me wonder how many stylesheets you are actually loading.
Quote Originally Posted by PinkLeopard View Post
i want to fix this problem and combine to one css sheet. so do i just put them all on one page?

what would be the best way to approach this?

thanks!
Putting them om one page will work, but like the style sheets themselves the order is important.

Personally I'd recommend that all of the stylesheets supplied with zencart (and any modules) remain untouched. You should have a single .css file for your own customisations.

Merging .css files runs the risk of such merging being lost the next time the module gets updated, or the need to re-merge with each update.

Cheers
Rod