posted 17 years ago
Hi Ben Souther,
In my project I am using a custom calendar. I have a set of classes in CSS such as ,
.one_form {
bla bla bla
}
.two_form {
bla bla bla
}
According to some database values the any one of the class name should be assigned to TD.
<TD class="dynamic_value">
Is it any possibility without using Scriptlets.
If there is no possibility please show me the Scriptlet way.
Thanks for your comments.