Hi,
1.I am using RadScheduler.
2. In my page. I have usedmy own css class file.
2.I have set the propertyfor H2 in Css file (for standard heding to all the pages).
h2{
margin:0px0px 0px 0px;
padding:0px0px 0px 10px;
width:406px;
height:28px;
background-image:url(../images/welcom.png);background-repeat:no-repeat;
font-size:18px;font-weight:bold;
line-height:1.4em;
}
3.If I applying the css to my page, Scheduler control Headingsould conflit with my h2 property.
4. How can I solve this problem.