russia5 Posted November 1, 2007 Share Posted November 1, 2007 Hello, I am including one PHP template into another. In the Browser Firefox, the form shows, however, in IE, the form does not show. Can anyone tell me why? <HTML> <HEAD> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> <script type="text/javascript" language="JavaScript" src="/javascripts/overlib.js"></script> <TITLE>Business Introductions</TITLE> <style type="text/css"> <!-- .testspan { color:#BB0022; } //--> </style> </HEAD> <BODY bgcolor="#ffffff"> <style type="text/css"> input { border: 1px solid #808000; width: 336px } textarea { border: 1px solid #808000 } select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif } </style> <table width="80%" border="1" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Russian Hosts</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" > </head> <body> <ul id="navigation"> <li> <a href="">Home<br /></a> </li> <li> <a href="/aboutus.php">About Us<br /></a> </li> <li> <a href="/privacy_policy.php">Privacy Policy<br /></a> </li> <li> <a href="/disclaimer.php">Disclaimer<br /></a> </li> <li> <a href="contactus.php">Contact Us<br /></a> </li> </ul> </td> <td style="background-color: #d9e3ed"> <div></div> <div><form method='post' action='contactus_processor.php'> <table width='60%'> <tr> <td colspan='2' align='center'><h3>Contact us</h3></td> </tr> <tr> <td valign='top'><input type='hidden' name='to' vlue='gregory' size='20'><input type='hidden' name='form' value='Contact us'>Message: </td> <td><textarea name='message' rows='20' cols='50'></textarea> </td> </tr> <tr> <td><input type='reset' value='Reset form'></td> <td><input type='submit' value='Send'></td> </tr> </table> </form> </div> </td> </tr> </table> </BODY> </HTML> <- end of sourse from IE -> Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted November 1, 2007 Share Posted November 1, 2007 It shows up the same for me in both browsers... Quote Link to comment Share on other sites More sharing options...
russia5 Posted November 1, 2007 Author Share Posted November 1, 2007 Thanks... I found out that in my browser, it was actually there, but it very very wide, leaving just the left part of the form vissual Quote Link to comment Share on other sites More sharing options...
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.