L
Liam
Let's say we want to change the page style each day:
<HEAD>
..
..
..
<style type="text/css" media="all">@import url( TuesdayStyles.css );
</style>
</HEAD>
Is it possible to do this in *code-behind* ? Can you write the <STYLE>
directive into the <HEAD></HEAD> section of the page?
Thanks
Liam
<HEAD>
..
..
..
<style type="text/css" media="all">@import url( TuesdayStyles.css );
</style>
</HEAD>
Is it possible to do this in *code-behind* ? Can you write the <STYLE>
directive into the <HEAD></HEAD> section of the page?
Thanks
Liam