Forum Discussion
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
------------------------------
Hi A Brown,
Thanks for the reply. I've created code & css page as you advised. I still see no changes.
The IOL technique is perfect as I'm able to see other changes.
------------------------------
Prashant Maheshwari
------------------------------
- AhuvaBrown5 years agoQrew Cadet
It's possible that you're using the wrong table ID- you might want to verify that in the inspector. Did you add the iol field to the tables?
------------------------------
A Brown
------------------------------- PrashantMaheshw5 years agoQrew Captain
Yes I did add the field to the table . i will try to verify the id and report back here.
------------------------------
Prashant Maheshwari
------------------------------