If the user is interested to have a background color to the report links, so that they are highlighted under each of the reports.
Use the below code in a static text with HTML enabled. Of course, you can change the colors. :)
<style>.ResultLinksCell { background-color: Red; border-top: white; border-left: Black;}</style>
Result of the above work-
Use the below code in a static text with HTML enabled. Of course, you can change the colors. :)
<style>.ResultLinksCell { background-color: Red; border-top: white; border-left: Black;}</style>
Result of the above work-
No comments:
Post a Comment
Thanks to Comment
--Add--