G
Guest
I need to absolutely minimize the number of round-trip requests for a page on
my site (because mobile phones will also be accessing it). I want to include
some global styles for all the pages of my site but I notice that if I make
them a <LINK>, the client-side browser needs to request that as a separate
object. Is there a way to do it so that the styles are pre-included in the
page before the page is delivered?
Alex
my site (because mobile phones will also be accessing it). I want to include
some global styles for all the pages of my site but I notice that if I make
them a <LINK>, the client-side browser needs to request that as a separate
object. Is there a way to do it so that the styles are pre-included in the
page before the page is delivered?
Alex