Jump to content

WebPage Background and Images to Insert into HTML


Recommended Posts

Hello,

1) Does Caspio have an image repository whereby I could upload images to use in the application and insert it wherever I wish, whiteout having to reference it to an Html link?

2) I have a quote of the day, and would like to show it when the user logs in based  on the date, any Ideas?

3) How to set a background for a datapage?

Link to comment
Share on other sites

1) You can store picture files, and just reference it on a DataPage, it will be shown as picture: https://howto.caspio.com/files-and-images/uploading-files-and-images/

 

2) If you are storing quotes in table with fields quote and date, so every quote is having the corresponding date, you could use Calculated Value to find the right quote based on the date:

SELECT Quote FROM Quotes WHERE Date = CONVERT(DATE, SysUTCDateTime())

 

3) For setting a background, please check the following articles:

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/how-to-dynamically-change-the-background-of-a-results-page

https://howto.caspio.com/faq/styles-and-localization/how-to-use-an-image-as-form-background/

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/customize-background-and-font-colors-in-report-datapage/

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