I removed all the formatting from the following tags and the form displayed as it should.
<table >
<tr>
<td >
<!--TABLE 2-->
<table >
<tr>
<td ><a href="http://www.ybormortgage.com/"><img src="http://ybormortgage.com/logo.JPG" ></a></td>
<td ><img src="http://ybormortgage.com/top-banner.jpg" ></td>
</tr>
</table>
<form enctype='multipart/form-data' action='process.php' method='post'>
You obviously have some error in the way you defined these tags that is causing the form not to display.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My forms will not display in Internet Explorer but work fine in Firefox. Anyone?
Here is my form:
http://www.ybormortgage.com/forms/use/LoanApplication/form1.html
Add some minimal header and trailer html stuff to the form file.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Loan Application</title>
</head>
<body>
<!-- insert your form file between here! -->
<!-- and here -->
</body>
</html>
Added headers. Still does not display in IE
I removed all the formatting from the following tags and the form displayed as it should.
<table >
<tr>
<td >
<!--TABLE 2-->
<table >
<tr>
<td ><a href="http://www.ybormortgage.com/"><img src="http://ybormortgage.com/logo.JPG" ></a></td>
<td ><img src="http://ybormortgage.com/top-banner.jpg" ></td>
</tr>
</table>
<form enctype='multipart/form-data' action='process.php' method='post'>
You obviously have some error in the way you defined these tags that is causing the form not to display.
That did it!
Thank You!!!