Jump to content
  • 0

How can I hide / remove the border layout in my Report Datapage and to my PDF file?


PatataChip

Question

3 answers to this question

Recommended Posts

  • 0

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>

image.thumb.png.73debffc32496ac2c58516b50fca5e7a.png

Here's the screenshot after downloading it as a PDF file:

image.png.5e1efee1fc179f29e84f69d6fc9e3972.png

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! 

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...