CSS is not working
-
Hi , When I load my calender dynamically my css style classes is not working.When add the styles in line it's working. Eg.<label id='testlable' name='testlabel' class='test'>Testing css</label> It will not work But<label id='testlable' name='testlabel' style='color:red'>Testing css</label> It will work. Please help me load the css as a seperate page.like in the first example. Thanks Alex.
-
Hi , When I load my calender dynamically my css style classes is not working.When add the styles in line it's working. Eg.<label id='testlable' name='testlabel' class='test'>Testing css</label> It will not work But<label id='testlable' name='testlabel' style='color:red'>Testing css</label> It will work. Please help me load the css as a seperate page.like in the first example. Thanks Alex.
This question might be better in the Web Development[^] forum.
The difficult we do right away... ...the impossible takes slightly longer.
-
Hi , When I load my calender dynamically my css style classes is not working.When add the styles in line it's working. Eg.<label id='testlable' name='testlabel' class='test'>Testing css</label> It will not work But<label id='testlable' name='testlabel' style='color:red'>Testing css</label> It will work. Please help me load the css as a seperate page.like in the first example. Thanks Alex.
How do you include your css in your and how do you define the label?
-
How do you include your css in your and how do you define the label?
I just copied this from the first Google result for the search "CSS head link" (it was w3schools.com). You might want to try that next time. Cheers!