Iframes

Bonjour à tous,

Questions facile ici, comment je fais pour mettre disons un carré de 6 iframes de 320x240 (3 rangés de 3 iframes) à côté d'un iframes de 720x800 ?

Les deux s'empile un par dessus l'autre jamais un à côté de l'autre.

CODE à venir...

4 réponses

  1. 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
    0
    1. 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> 
      
      
      
      0
      1.    <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?
        0
        1. c'Est okay merci w3school.com.
          0