Jump to content

Need Help With Php File Appearance In Internet Explorer


sdegan

Recommended Posts

Hi All,I have created a contact form in my site and everything is working fine but not the Thank you form in Internet Explorer. I have embedded the following page: http://www.simonedegan.com/thanks.html in the PHP script and it is working well in Firefox though.I have spent hours trying to understand why the following page shows nicely in Firefox but not in Internet Explorer:http://www.simonedegan.com/contact.phpCan someone kindly help me with this issue?Many thankssimone

Link to comment
Share on other sites

for the header i think its related to how IE renders padding compared to other, browsers.header: try removing padding-left:20px; and set width to 820px (width:820px;). footer option 1 : set background-position to left-bottom (background-position: left-bottom;).if above does not work use below as well.footer 2: remove padding, set background-position to left-bottom, set height to 85px, line-height to 64px (background position: left bottom; height: 85px; line height: 64px;)

Link to comment
Share on other sites

Thank you very much to all of you.After a lot of trial and error I was able to get it. I just removed the <html> tag in the .PHP file here:$theResults = <<<EOD<html>My orignal problem was that I did not understand why the original page i.e. http://www.simonedegan.com/thanks.html was showing well in FF, IE and Chrome but not in IE when I embedded the above page into the .php file i.e. http://www.simonedegan.com/contact.php (if you click on this link the page now will show an error becauwse I set a CAPTCHA anti-spam system).Again many thanks for your helpsimone

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...