I'm working with lots of stylesheets (every ID gets its own stylesheet). I.e.:
Code: Select all
</__body>
<div id="page">
<div id="col_l">
<div id="logo"></div>
<div id="calendar"></div>
<div id="tagging"></div>
</div>
<div id="col_r">
<div id="ads_top"></div>
<div id="search"></div>
<div id="content">{content}</div>
<div id="ads_right"></div>
</div>
<div id="footer"></div>
</div>
<__body>
When connecting these stylesheets to a template it would be a lot more comfortable to show all stylesheets and to choose by checkbox, which stylesheet should be connected and which one shouldn't.
Kind regards from Germany
Michael