Ok, this is probably an easy fix, but I have no idea how to proceed. How can I re-size a generated form. The software is great and easy, however after copying the form script onto my web page the form stretched across the entire visible screen, which is outside my page dimensions…
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The form.html page uses a table. Specify width of the table and you may also enclose the table into <div> tags and align in to the center of the page.
if you need post your code and i can modify it here for you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, this is probably an easy fix, but I have no idea how to proceed. How can I re-size a generated form. The software is great and easy, however after copying the form script onto my web page the form stretched across the entire visible screen, which is outside my page dimensions…
Thanks
The form.html page uses a table. Specify width of the table and you may also enclose the table into <div> tags and align in to the center of the page.
if you need post your code and i can modify it here for you.