PDA

View Full Version : How do I remove underlining on day style for calendar web control?


MMAdamson
02-25-2008, 04:30 PM
I have tried to using

DayStyle-Font-Underline="false" as a part of the calendar declaration.

<DayStyle Font-Underline="false" />

I have tried text-decoration:none in external CSS.

Always the days are underlined.

Please how do I remove the underlines?

angst
02-28-2008, 03:58 PM
seems like this should be in the CSS forum, not the ASP forum which you are currently in.

MMAdamson
02-28-2008, 07:25 PM
Yes, the CSS mostly works (when other formats are applied.) The ASP control just seems to override the underline no matter what. Seems buggy and since most of this stuf is, I will assume there is probably no way to remove the underlines. THANKS!