PatataChip Posted September 28, 2023 Report Share Posted September 28, 2023 In my Report DataPage, there's a border that I want to remove to look clean and after downloading it as a PDF file. How can I do that? Quote Link to comment Share on other sites More sharing options...
0 Merikirin Posted September 28, 2023 Report Share Posted September 28, 2023 If it's a Lists or Gallery DataPage, kindly check this code and add it to the Header of the DataPage. <style> .cbResultSetListViewTableOddCell{ border:none!important} .cbResultSetListViewTableEvenCell{ border:none!important} </style> Here's the screenshot after downloading it as a PDF file: Make sure that the HTML Editor from the Advanced option is disabled. Kindly check this link for reference: https://howto.caspio.com/datapages/datapage-components/disabling-html-editor-in-datapage-header-footer-and-html-blocks/ I hope it helps! PatataChip 1 Quote Link to comment Share on other sites More sharing options...
0 Merikirin Posted September 28, 2023 Report Share Posted September 28, 2023 Hi @PatataChip, may you please specify what kind of Report DataPage is it? PatataChip 1 Quote Link to comment Share on other sites More sharing options...
0 PatataChip Posted September 28, 2023 Author Report Share Posted September 28, 2023 Right now, I am using Gallery DataPage and it works! Thank you! Quote Link to comment Share on other sites More sharing options...
Question
PatataChip
In my Report DataPage, there's a border that I want to remove to look clean and after downloading it as a PDF file. How can I do that?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.