Form viewable in Explorer 10 but not...
Hi,
A quick question?
I have created and uploaded a contact us form using your Web Form Builder 2.3 Build 5217 and on two PC's all I see is the left 2/3rds of the form on the screen? Some of the right hand side is cut off?
http://www.lodgecattery.co.uk/ContactUs.htm
I can see it all on my iPhone and Firefox and on IE10, but not on IE8 or IE9?
Please can you help as I am puzzled.
Regards,
Sean.
A quick question?
I have created and uploaded a contact us form using your Web Form Builder 2.3 Build 5217 and on two PC's all I see is the left 2/3rds of the form on the screen? Some of the right hand side is cut off?
http://www.lodgecattery.co.uk/ContactUs.htm
I can see it all on my iPhone and Firefox and on IE10, but not on IE8 or IE9?
Please can you help as I am puzzled.
Regards,
Sean.
Looks to be a html table problem. Can you drop the form from the table? Otherwise you probably are going to need some margin or width styling added to the td or p that the form sits in now.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Sean,
Since the problem is limited to IE8 and IE9, the missing doctype declaration on your page may have something to do with it. Judging from your page markup, the appropriate doctype seems to be HTML4.01, so I'd suggest you include the following line as the very first line of the page (before <html>):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Since the problem is limited to IE8 and IE9, the missing doctype declaration on your page may have something to do with it. Judging from your page markup, the appropriate doctype seems to be HTML4.01, so I'd suggest you include the following line as the very first line of the page (before <html>):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Per
www.mingas.com
www.mingas.com
Hi Eric,
Thanks for getting back to me so quickly, this is very important to me as you can appreciate.
I have gone back into the website code and inserted the code generated by the form (screenshot 2) into it on line 65 as shown in Screenshot 1.
This has created a Java box on the page view, again as shown in screenshot 1. It still does not view completely in either IE8 or IE9, but does in all other browsers including IE10.
Have I done all that you asked me to do? I am not the worlds best at code but do note you mention margins. This is the margin code (I think?) ...
<p align="center" style="margin-top: 0; margin-bottom: 0">
What do I need to add? I have just received your second message and have done what you suggested with the Doc Type, let me see if this has made a change and fixed the problem.
Regards,
Sean.
Thanks for getting back to me so quickly, this is very important to me as you can appreciate.
I have gone back into the website code and inserted the code generated by the form (screenshot 2) into it on line 65 as shown in Screenshot 1.
This has created a Java box on the page view, again as shown in screenshot 1. It still does not view completely in either IE8 or IE9, but does in all other browsers including IE10.
Have I done all that you asked me to do? I am not the worlds best at code but do note you mention margins. This is the margin code (I think?) ...
<p align="center" style="margin-top: 0; margin-bottom: 0">
What do I need to add? I have just received your second message and have done what you suggested with the Doc Type, let me see if this has made a change and fixed the problem.
Regards,
Sean.
Good catch Per it appears to be fixed.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.