Apply different css stylesheet for different parts of the same web page

Viewed 67053

I have a web page with different parts which require different css stylesheets to be applied to each. What I would like to know is how to specify which css stylesheet to use for each different part of the web page. if I leave them all together, the components do not get displayed properly.

4 Answers
Related