cfgcjm Posted January 18, 2008 Share Posted January 18, 2008 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 Quote Link to comment Share on other sites More sharing options...
themistral Posted January 21, 2008 Share Posted January 21, 2008 Hi! You may already have thought about it, but cellpadding and cellspacing could cause a problem - don't know if that's already been set in your CSS. Quote Link to comment Share on other sites More sharing options...
AndyB Posted January 21, 2008 Share Posted January 21, 2008 I can't see any difference between FF and IE6 presentation. If this problem still exists can you be more specific about what it is. 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.