I’m looking for a way to use a certain stylesheet only when Javascript is either disabled or enabled (it doesn’t matter which; I just need a way to differentiate them).
I know there’s an alternative by just writing the CSS styles in the HTML page with Javascript, but that’s messy and slows down the loading.
Thanks.
Can you use noscript? http://www.w3schools.com/TAGS/tag_noscript.asp
Hmm… I haven’t thought of that. I knew about it, but I was hoping there was a way for Javascript-enabled.
This will work though. Thanks for the reminder. 
