Question:
I need to add the internal style below to a Telerik Report. Please note a0 and a1 are classes.
The style sheet is given below: How do I convert this into an XML style sheet that a telerik report accepts.
Refer to : http://www.telerik.com/help/reporting/style-understanding-style-selectors.html
But the link does not give you detail on how to add a hyperlink selector into an XML style sheet.
CSS below:
a.a0:hover {
text-decoration: underline;
}
a.a1:link {
text-decoration: underline;
}
1 Answer