Ok, this might be an impossible question but I am adding a user control to an existing cms system (Kentico using their InlineControl base class) and I added a label that I have overriden the click event to show a div area below it. What I am having problems with is inheriting the already set css attribute of color, font-family; etc.. from the parent page unto the text of the label.
I tried to put a a href="" /a around the label, which does inherit the proper properties but now it takes the click and redirects as it follows the blank href. If I just wrap the label in a /a it doesn't inherit because the css class is looking for an a href tag.
Any help is much appreciated.