rcorlew Posted March 29, 2007 Share Posted March 29, 2007 Try fixing these problems: <FORM ACTION="<?php echo $PHP_SELF; ?>" METHOD=POST>-->Should be "POST" <table> <tr><td align="right">First name:</td><td align="left"><input type="Text" name="name" width="200"></td></tr> <tr><td align="right">Location:</td><td align="left"><input type="Text" name="location" width="200"></td></tr> <tr><td colspan="2">Comments (Remember:Family site so keep it clean):</td></tr> <tr><td colspan="2"> <TEXTAREA NAME="comment" ROWS=5 COLS=40> -->Should be ROWS="5" COLS="40"> </TEXTAREA></td></tr> Link to comment https://forums.phpfreaks.com/topic/44730-ie7-users-cant-use-my-page/page/2/#findComment-217303 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.