teriel9 Posted May 15, 2009 Report Share Posted May 15, 2009 How can I make the Form appear in the centre of the page rather than on the left as default Thanks Quote Link to comment Share on other sites More sharing options...
0 bahar_vm Posted May 18, 2009 Report Share Posted May 18, 2009 That is something you should set in your web page where you deploy a Caspio DataPage. You need to have a container around Caspio DataPage and aling the form to the center. For example: Caspio deploy code Best, Bahar M. Quote Link to comment Share on other sites More sharing options...
0 teriel9 Posted May 19, 2009 Author Report Share Posted May 19, 2009 Worked a treat, many thanks Bahar M Quote Link to comment Share on other sites More sharing options...
0 svitlanataran Posted January 5, 2016 Report Share Posted January 5, 2016 Hi bwe, Just wrap deploy code of your Datapage between div tag and set align attribute. <!DOCTYPE html> <html> <body> <div align="center"> deploy Caspio code here </div> </body> </html> Matilda seancsn and nmalawskey 2 Quote Link to comment Share on other sites More sharing options...
0 lowtheredie Posted January 7, 2016 Report Share Posted January 7, 2016 <!DOCTYPE html> <style> body {width: 600px; margin: 20px auto; /* center */ padding: 20px; border: 1px solid black;} </style> <body> The Quick Brown Fox. </body> Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted August 12, 2019 Report Share Posted August 12, 2019 Hi @teriel9, You can also add some CSS code on the Header of your DataPages. Please try the provided solutions in this forum thread: I apply it on some of my DataPages and it works! -kristina Quote Link to comment Share on other sites More sharing options...
0 Meekeee Posted August 19, 2019 Report Share Posted August 19, 2019 You can center your Form with this code: div[id^="cbOuterAjaxCtnr"] { display: block !important; text-align: center !important; } form#caspioform { display: inline-block !important; } Thanks to Caspio Support for this code tho! Quote Link to comment Share on other sites More sharing options...
Question
teriel9
How can I make the Form appear in the centre of the page rather than on the left as default
Thanks
Link to comment
Share on other sites
6 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.