4 réponses
place les chacunes dans un conteneur
Crée ta structure (en div ou table) en definissant les dimensions de chacun et en les placant de facon à visualiser ton résultat final, ensuite dans chaque conteneur tu insere l'iframe voulue
Crée ta structure (en div ou table) en definissant les dimensions de chacun et en les placant de facon à visualiser ton résultat final, ensuite dans chaque conteneur tu insere l'iframe voulue
Voici mon code qui donne comme résultat des iframes en block de 3 x 3 et l'autre en dessous... où je mets les conteneurs?
<div align="center"><p class="contour1"> <iframe src="Genbt1.html" name="iframe_1" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt2.html" name="iframe_2" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt3.html" name="iframe_3" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br> <iframe src="Genbt4.html" name="iframe_4" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt5.html" name="iframe_5" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt6.html" name="iframe_6" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br> <iframe src="Genbt7.html" name="iframe_7" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt8.html" name="iframe_8" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt9.html" name="iframe_9" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> </p> </div> <div align="center"><div align="center"><p class="contour1"> <iframe src="BTCAD.html" width="820" height="700" frameborder="1" ALLOWTRANSPARENCY="true"></iframe> </p></div>
<div align="center"> <p class="contour1"> <iframe src="Genbt1.html" name="iframe_1" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt2.html" name="iframe_2" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt3.html" name="iframe_3" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br> <iframe src="Genbt4.html" name="iframe_4" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt5.html" name="iframe_5" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt6.html" name="iframe_6" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br> <iframe src="Genbt7.html" name="iframe_7" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt8.html" name="iframe_8" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <iframe src="Genbt9.html" name="iframe_9" width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> </p> </div> <div align="center"> <p class="contour1"> <iframe src="BTCAD.html" width="820" height="700" frameborder="1" ALLOWTRANSPARENCY="true"></iframe> </p> </div>
Bon voici le code il y avait une petite erreure et c'était pas bien placé et claire.
Où dois-je mettre les conteneurs?