Forum Discussion
AhuvaBrown
5 years agoQrew Cadet
Here's one way to do it:
Create a code page (pageName.js) with this code: $('.searchResults td').css("font-size", "14px");
Change the font size to the ideal size for your reports. Using .searchResults (the class of all reports, embedded or full) is best if you want to apply it to multiple tables. Otherwise, find the table ID of the specific table in the inspector.
Then reference the page in a rich text field using the iol technique: [iol] & "pageName.js" & [/iol]
Add that field to the reports you want to apply the code to.
------------------------------
A Brown
------------------------------