lengleng Posted June 5, 2021 Report Share Posted June 5, 2021 I want to display an image beside my form, can I do this? Something like this? Quote Link to comment Share on other sites More sharing options...
0 TellMeWhy Posted June 5, 2021 Report Share Posted June 5, 2021 You can do that through CSS put this in the header <style> div[id^="cbDataAjaxCtnr"]{ display:inline-block !important; float:left; } #static-img{ float:left; width:150px; } </style> <img id="static-img" src="IMGSource" /> If you want the image on the left, put the img tag on the Header, if you want it on the right, just simple put it on the Footer. You can even put iframe or any object as long as you use that CSS (change the id name of the object if you want, just change it, as well, on the style tag) Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted November 26, 2021 Report Share Posted November 26, 2021 Hi, just to add, you may also check this How-to article: https://howto.caspio.com/tech-tips-and-articles/common-customizations/tech-tip-5-ways-to-customize-the-look-of-your-datapages/ -Potato Quote Link to comment Share on other sites More sharing options...
Question
lengleng
I want to display an image beside my form, can I do this?
Something like this?
Link to comment
Share on other sites
2 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.