How to force CSS file be loaded before the page contents?
How?
May 21st, 2003, 08:05 PM
RealisticGraphics
Make it the first line of code for the page. The code is interpreted from top to bottom. Unless it is an asp page, then the asp code is interpretted first then the content.