TWIRED Posted December 10, 2016 Report Share Posted December 10, 2016 Ive been trying & experimenting with various hosting methods to settle in on a final one for my long term caspio project. I had wix, weebly, godaddy , which I abandoned due to the passing parameters situation. Now im hosting the site on my own office IIS server, as caspio support suggested would be the best bet for the long run. and I would have more control on the HTML. Im having a strange problem, -When i used wix, weebly etc using the embed code , I had perfect control of where i could drag ,drop or postion and display it on my page; -On my own IIS server, the datapage is displayed ONLY in the default corner on the top left hand corner. -If I use inline frame deploy code - it works perfectly. But obviously im trying to get away from that because of the passing parameters situation. Ive tried all sorts of div tags etc..using the deploy embed code, it just wont position itself where i want to - like in the middle of the page It just shows up in the top left hand corner. http://exitz.com/RegisterTA1.html Quote Link to comment Share on other sites More sharing options...
0 TWIRED Posted December 10, 2016 Author Report Share Posted December 10, 2016 Should I Be using an iframe and then embed my code in it to get the position I want? Wouldnt that be counter intuitive and defeat the purpose of using the embed code without iFRame? Thanks Quote Link to comment Share on other sites More sharing options...
0 theconav Posted December 15, 2016 Report Share Posted December 15, 2016 Look for the below in your css: width: 1200px; margin: 0 auto; margin-left: 400px; margin-top: 150px; height: 1290px; Remove the margin-left:400px line and it will be ok Quote Link to comment Share on other sites More sharing options...
Question
TWIRED
Ive been trying & experimenting with various hosting methods to settle in on a final one for my long term caspio project.
I had wix, weebly, godaddy , which I abandoned due to the passing parameters situation.
Now im hosting the site on my own office IIS server, as caspio support suggested would be the best bet for the long run.
and I would have more control on the HTML.
Im having a strange problem,
-When i used wix, weebly etc using the embed code , I had perfect control of where i could drag ,drop or postion
and display it on my page;
-On my own IIS server, the datapage is displayed ONLY in the default corner on the top left hand corner.
-If I use inline frame deploy code - it works perfectly.
But obviously im trying to get away from that because of the passing parameters situation.
Ive tried all sorts of div tags etc..using the deploy embed code,
it just wont position itself where i want to - like in the middle of the page
It just shows up in the top left hand corner.
http://exitz.com/RegisterTA1.html
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.