Jump to content

Extra boxes showing in Pagination


Recommended Posts

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?

Link to comment
Share on other sites

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

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
Reply to this topic...

×   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...