Hello. Would you please concider adding styling of anchor elements to the formdecorator? It would make it easier styling existing pages.
You can achieve the required functionality and change the decoration for the desired HTML elements using CSS and the following classes <style> .RadForm_Black { color: white; //will change the font to white } .RadForm_Black a { color: yellow; } .RadForm_Black a:hover { color: aqua; } </style> The Black string in the class names above represents the name of the used Skin.