Kuroshi Posted June 14, 2019 Report Share Posted June 14, 2019 In the pagination, it is showing two extra boxes on the right side, cannot get rid of them. They are in the tool that allows you to navigate through the pages of the data. On the right side of that box. Those extra boxes are not displaying in preview mode but it isn't rendering that way on our website. Is it possible to get rid of those extra boxes once I deployed the DataPage? Quote Link to comment Share on other sites More sharing options...
Barbie Posted June 14, 2019 Report Share Posted June 14, 2019 Hi Batchini, for you to be able to get rid of the extra boxes, I suggest to add a Header and Footer in your DataPage and paste the code below in the Header. (Refer here for more info: https://howto.caspio.com/datapages/datapage-components/datapage-header-and-footer/) <style> tr, td { border: none !important; } </style> Please note that you need to disable first the HTML Editor before pasting the code. You may refer to this article on how to do so: https://howto.caspio.com/faq/web-forms/how-to-disable-html-editor-in-datapage-headerfooter-and-html-blocks/ I hope it works. -Barbie Quote Link to comment Share on other sites More sharing options...
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.