Jump to content

HTML Errors & IE


cfgcjm

Recommended Posts

Ok, so here's the deal. I have this page that I'm trying to fix...it's currently at http://digiconmediagroup.com/Homeplate/portal/register.php

 

The problem lies in the fact that the spacing between the header and the form is inconsistent between IE and Firefox (surprise!). I ran it though an HTML validation and there are no errors...

this is that portion of code from the page...

<div id="maincont">
     <span class="post title">Member Portal Registration</span>
     <form method="post" action="accept.php"class="regtxt">
          <table style="width: 100%">
     <tr>
	<td class="regtxtb" style="height: 30px">Username:</td>
	<td class="regtxtc" style="height: 30px">
	<input name="username" type="text" /></td>
	<td class="regtxtb" style="height: 30px"> </td>
	<td style="height: 30px"> </td>
     </tr>
     <tr>
	<td class="regtxtb" style="height: 30px">Password:</td>
	<td class="regtxtc" style="height: 30px">
	<input name="password" type="text" /></td>
	<td class="regtxtb" style="height: 30px">Verify Password:</td>
	<td class="regtxtc" style="height: 30px">
	<input name="passwordv" type="text" /></td>
     </tr>
     <tr>
	<td class="line" style="height: 18px" colspan="4">
	<img alt="" src="images/line.png" width="515" height="5" /></td>
     </tr>
     <tr>
	<td class="regtxtb" style="height: 30px">First Name:</td>
	<td class="regtxtc" style="height: 30px"><input name="fname" type="text" /></td>
	<td class="regtxtb" style="height: 30px">E-mail Address:</td>
	<td class="regtxtc" style="height: 30px">
	<input name="email" type="text" /></td>
     </tr>
     <tr>
	<td class="regtxtb" style="height: 30px">Last Name:</td>
	<td class="regtxtc" style="height: 30px"><input name="lname" type="text" /></td>
	<td class="regtxtb" style="height: 30px">Topic of Interest:</td>
	<td class="regtxtc" style="height: 30px">
	<input name="interest" type="text" /></td>
     </tr>
     <tr>
	<td class="regtxtb" style="height: 30px">Favorite Food:</td>
	<td class="regtxtc" style="height: 30px"><input name="food" type="text" /></td>
	<td class="regtxtb" style="height: 30px">Favorite Sport:</td>
	<td class="regtxtc" style="height: 30px"><input name="sport" type="text" /></td>
     </tr>
     <tr>
	<td style="height: 25px" valign="top"> </td>
	<td> </td>
	<td> </td>
	<td class="regtxtc" style="height: 30px">
	<input name="Submit" type="submit" value="submit" /> </td>
     </tr>
         </table>
     </form>
</div><!--maincont-->

 

any help would be great

Link to comment
https://forums.phpfreaks.com/topic/86641-html-errors-ie/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.