Monday 07 July 2008 10:55:54 pm
So, just create it as the usual way and put it inside an Ez Publish template. If you don't want to store CSS and Javascript in external files, you can store it in the template files using the directive {literal} of Ez Publish template language:
{literal}
<script>
function MyFunction() {
}
</script>
<style>
.myCssDefinition {
}
</style>
{/literal}
Michael Scofield
|