![]() |
Sergey Kornilov admin 8/11/2011 |
One of options - use iframe tag in your existing webpage <iframe src="html_intro.asp" width="100%" height="300"> |
|
BeachyLife author 8/12/2011 |
One of options - use iframe tag in your existing webpage <iframe src="html_intro.asp" width="100%" height="300">
|
![]() |
Sergey Kornilov admin 8/12/2011 |
Iframe is just a way to embed one page into another one. It's not related to 500 error. You need to make sure your application works before embedding it. |
|
BeachyLife author 8/12/2011 |
Iframe is just a way to embed one page into another one. It's not related to 500 error. You need to make sure your application works before embedding it. If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Sergey Kornilov admin 8/12/2011 |
It depends on many details. Post the URL of your webform here so we can see what you talking about. |
|
BeachyLife author 8/13/2011 |
It depends on many details. Post the URL of your webform here so we can see what you talking about. |
![]() |
Sergey Kornilov admin 8/13/2011 |
You can proceed to Visual Editor, switch to HTML mode and modify the main table description the following way: |
|
BeachyLife author 8/14/2011 |
You can proceed to Visual Editor, switch to HTML mode and modify the main table description the following way: <table id="center_block1" class="main_table" cellspacing="0" cellpadding="0" align="left" style="WIDTH: 200px"> You need to make sure that all controls can be displayed properly. I.e. 'App Comments' text area needs more space. You either need to reduce the size of this field on the screen or reposition your form. I would also suggest to make the whole page wider. In this day and age using pages 750 pixels wide doesn't make much sense.
|