HTML --> Cellule tableau spéciale - Programmation
Marsh Posté le 08-09-2001 à 16:15:53
si tu veux mettre une autre page, je crois que tu dois employer les iframes : 
 
<iframe src="fichier_a_inclure.html" width="100%" scrolling="no" frameborder="0"> 
       	[Your user agent does not support frames or is currently configured not to display frames. However, you may visit <A href="foo.html">the related document.</A>] 
Marsh Posté le 08-09-2001 à 16:19:10
sinon avec SSI machin (je crois), tu peux inclure un fichier comme ca : 
 
  
  Posté le 31-08-2001 à 17:18:44                      
 
--------------------------------------------------
------------------------------ 
<html> 
<head> 
<title></title> 
</head> 
<body> 
 
<!--#include file="brol.htm"--> 
 
</body> 
</html> 
  
 
toujours je crois. 
 
vu ici : http://forum.hardware.fr/sqlforum/ [...] &owntopic= 
Marsh Posté le 08-09-2001 à 15:49:18
Salut ! Je suis débutant en HTML, j'utilise DreamWeaver ou FrontPage. J'aurais voulu savoir s'il était possible de créer un tableau normal avec à l'intérieur d'une cellule une autre page HTML. Si oui comment faire ? Merci ! --> MadMax
 --> MadMax