I’m having an issue with some sub directories of a website displaying a css stylesheet quickly before showing the webpage. Website vigilantinc.com sub directory with issue: vigilantinc.com/cigarhumidors/ Any thoughts or suggestion for correction is appreciated!
You need to move your CSS references into your head tag.
Thanks. I ended up moving the styles from a common template_top file into a shared header file and that works. So it probably was exactly what you suggested. Thanks for the response!