éRéduire espace entre deux tableaux

Fermé
t671 Messages postés 1413 Date d'inscription lundi 25 février 2008 Statut Membre Dernière intervention 24 mars 2023 - 3 juil. 2010 à 16:13
Bonjour,

J'ai deux tableaux en html, et je souhaiterais réduire l'espace se trouvant entre ces tableaux :

		echo '<tr><td align="left">';
		echo nl2br($row['texte_FR']);
		echo '</td></tr></table>';
		echo '<table><tr>';
} 

if ($idEnCours = $row['id_liaison']);
	
if (in_array($row['extension'], array( ".jpg", ".JPG", ".png", ".PNG", ".bmp", ".jpeg", ".JPEG", ".gif", ".GIF"))) 
	{ 
	echo '<td align="center"><a href ="..................')"><img border=0 height="50" src="......"><br><font size="2">' .$row['fichier']. '</font></a></td>&nbsp; ';
	} 


Merci