How would i get an external css to load without using javascript, that is if a browser or user disabled javascript how could i get that file still do the job without having to add all its contents into the page itself?
The link to an exterior CSS .css file needs only HTML head elements to get the cascade initialized by the parser-browser, try this with your .css file propely formated (this can be validated at the W3 wed-site) and properly linked to it should generate the style as the page is parsed:
The META tags are like parser "grease" for this. If js is implemented add some variations of this general set to get the js initialized in the parsing cascade-tree.The META tags are like parser "grease" for this. If js is implemented add some variations of this general set to get the js initialized in the parsing cascade-tree.
__ JHG
Bookmarks