Quote:
Originally Posted by kh99
Well, you could do something like this in the headerinclude template:
Code:
<!-- / CSS Stylesheet -->
<if condition="THIS_SCRIPT == 'custompage'">
<style type="text/css">
body
{
background: #dbe9df ;
background-image:url(images/mainbg.png);
}
</if>
<script type="text/javascript" src="$stylevar[yuipath]/yahoo-dom-event/yahoo-dom-event.js?v=$vboptions[simpleversion]"></script>
The part in red is added, and of course you'd want to use whatever you set THIS_SCRIPT to in place of "custompage".
|
That didn't work.
Can anybody tell me how to have ".page" different from what's set in the style on custom pages?