difference entre frameset, iframe et iframes
(je ne suis pas français, alors les fautes d'ortographes, ne faite pas gf svp)
voila je vient de crée mon index.html avec ce tablau :
Code:
1 2 3 4 5 6 7 8 9
| <table border="0" width="531" height="305" align="center">
<tr>
<td width="521" colspan="2">A</td>
</tr>
<tr>
<td width="129" height="270">A</td>
<td width="386" height="270">C</td>
</tr>
</table> |
je veut afficher une page web dans chaque partie de mon tablau.
jé chercher sur internet et je ne e retrouve plus avec c'est frame, voila un exemple de ce que jé pu créer :
Code:
1 2
| <IFRAMES border="0" align="center" name="A" bottom="0" width="100%" height="100%" scrolling="no"
src=""> </IFRAMES> |
lorsque j'enleve les S à la fin de FRAME je un contour sur ma cellule :
Code:
1 2
| <IFRAME border="0" align="center" name="affichage01" bottom="0" width="100%" height="100%" scrolling="no"
src=""> </IFRAME> |
je ne capiche plus rien.
de l'aide svp ?
merci par avance.