problem with calendar title
Last Post 06/24/2009 12:35 PM by mkk. 5 Replies.
Author Messages
mkk
Nuke Pro
Nuke Pro
Posts:62


--
05/29/2009 12:39 PM  
i am not able to change calendar title properties my code <asp:Calendar ID="Calendar2" runat="server" onselectionchanged="Calendar2_SelectionChanged" Visible="False" BackColor="White" BorderColor="Black" BorderStyle="Solid" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="200px" Width="230px" CellSpacing="1" NextPrevFormat="ShortMonth" > in the title style eventhough the forcolor is white(any other color) its displaying black by default, i am not able to change that can any one solve this issue Thanks
mkk
Nuke Pro
Nuke Pro
Posts:62


--
05/29/2009 12:54 PM  
<asp:Calendar ID="Calendar2" runat="server" CssClass="calendar" titlestyle-cssclass="Title" onselectionchanged="Calendar2_SelectionChanged" Visible="False" BackColor="White" BorderColor="Black" BorderStyle="Solid" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="200px" Width="230px" CellSpacing="1" NextPrevFormat="ShortMonth" >
mkk
Nuke Pro
Nuke Pro
Posts:62


--
05/29/2009 12:55 PM  
titlestyle-cssclass="Title"
onselectionchanged="Calendar2_SelectionChanged" Visible="False"
BackColor="White" BorderColor="Black" BorderStyle="Solid"
Font-Names="Verdana" Font-Size="9pt"
ForeColor="Black" Height="200px" Width="230px" CellSpacing="1"
NextPrevFormat="ShortMonth" >





Height="8pt" />
ForeColor="White" Wrap="True" BorderStyle="Solid" Height="12pt"
CssClass="CalTitle" />

this is my code
Joseph Craig
DNN MVP
Posts:11667


--
05/30/2009 8:49 AM  
Is this in a custom module?

Joe Craig, Patapsco Research Group
Complete DNN Support
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
06/04/2009 8:09 AM  
for troubleshooting colours, code and CSS classes, I would recommend you use the web developers toolbar for Firefox. I have created a tutorial on how to use this here:
Troubleshooting DotNetNuke Skins

- a tip: if you wish to post code in the forum, attach any code in a zip file to your forum post, thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
mkk
Nuke Pro
Nuke Pro
Posts:62


--
06/24/2009 12:35 PM  
Ya craig it is in a custom module, i fixed it bu adding a css class to it,
thanks lee i will go through the tutorial.


---