Jump to content

IE7 users can't use my page


koolkat67

Recommended Posts

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>

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.