Calling different stylesheets when needed
Calling different stylesheets when needed
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- joyride0
javascript could detect the page, and then attach the correct css for it. But I would just make 2 style sheets. on global with all common styles and one specific for each page. But try to use the global stuff more... otherwise css is more of a pain, you might as well do it inline on the page rather then linking