balise </form> qui me fait une ligne blanche...

balise </form> qui me fait une ligne blanche... - HTML/CSS - Programmation

Marsh Posté le 09-01-2003 à 19:11:43    

J'ai mon form /form au debut et à la fin d'un tableau, et ce couillon de /form me fait une ligne blanche (comme un <br> ).
 
y a un truc popur pas que ça le fasse ?
 

Code :
  1. <tr>
  2.                 <td><div align="center">
  3.     <FORM enctype=multipart/form-data ACTION="index.php?classement=mot" METHOD="POST">
  4.                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  5.                       <tr>
  6.                         <td width="5%"> </td>
  7.                         <td width="80%">
  8.                           <div align="left">
  9.                             <input name="mot" type="text" size="15" class="champtexte">
  10.                           </div></td>
  11.                         <td width="15%"> <div align="left">
  12.                             <input name="image23" type="image" src="<? echo "$site_url$img_interface_url/ok.gif";?>" width="18" height="22" img>
  13.                           </div></td>
  14.                       </tr>
  15.                     </table>
  16.     </form>
  17.     </div></td>
  18.               </tr>

Reply

Marsh Posté le 09-01-2003 à 19:11:43   

Reply

Marsh Posté le 09-01-2003 à 19:12:36    

Une bizarrerie de IE...
 
Cela se résout avec les CSS :
 
form {
  margin: 0;
}


---------------
Incongru : une FAQ abandonnée sur les Standards du Web - FAQ périmée de blabla@Prog
Reply

Marsh Posté le 09-01-2003 à 19:14:29    

merci :)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed