Quote:
Originally Posted by SirAdrian
Just redefine them conditionally in the headinclude template...
Code:
<if condition="THIS_SCRIPT == 'someScript'">
<style type="text/css">
<!--
.alt1 {
background: #000 url('someGradient.gif');
}
.alt2 {
background: #000 url('someOtherGradient.gif');
}
-->
</style>
</if>
|
Thanks.

Could you give an example of what 'somescript' might be? are those templates or PHP files?