[css-d] CSS must be called in the head?

2017-09-20 Thread John J
And nowhere else, correct? I'm referring to external CSS Thank you. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- h

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Tom Livingston
To the best of my knowledge, it is the recommended place. That's not to say it won't work elsewhere. You would most likely see odd things in rendering. I've seen blocks of styles in the body. I, personally, wouldn't do it. On Wed, Sep 20, 2017 at 9:22 AM, John J wrote: > And nowhere else, correct

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Karl DeSaulniers
Incorrect. Some put theirs in the footer to get a better page load score. It's up to you. The most commonly used method is in the header. Best, Karl Sent from losPhone > On Sep 20, 2017, at 8:22 AM, John J wrote: > > And nowhere else, correct? I'm referring to external CSS > > Thank you.

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Philippe Wittenbergh
> On Sep 21, 2017, at 3:11 AM, Karl DeSaulniers wrote: > > Some put theirs in the footer to get a better page load score. That seems … weird. Unless you know that **nothing** in that stylesheet will be used before the page has fully loaded. Otherwise the page will start re-rendering aka all k