This probably depends on how much page-specific CSS you have. I prefer to keep all my CSS in external files...I tend to have one CSS file that's divided into sections, like
/******** LAYOUT ********/ ... /******** HOMEPAGE ********/ ... /******** PRODUCT PAGE ********/ ... Michael wrote: > What I want to do is specify CSS style sheet information that is used across > multiple pages in a style.css file, and information that is only used in one > page, within the page itself. > > 1. How can this be done? > > 2. Is this a wise strategy for reducing per request page sizes? > > Michael > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to nzphpug@googlegroups.com To unsubscribe, send email to nzphpug+unsubscr...@googlegroups.com -~----------~----~----~----~------~----~------~--~---