Hi,
I developed a webpart that inherits from Microsoft.SharePoint.WebPartPages.WebPart class. This webpart contains asp:menu control. The webpart displays the menu control, but the font color of the menu items is always darkblue,
this was inheriting from ms-wpbody. so in the code i set this.UseDefaultStyle=false, now this time it is inheriting from ms-propertysheet and its color is darkblue too.
How do i change the font color of this link tags in the webpart?
please suggest. i appreciate your help