Visualizzazione risultati 1 fino 8 di 8

Discussione: Codice per tabella con bannerini scorrenti

  1. #1
    Guest

    Predefinito Codice per tabella con bannerini scorrenti

    sapreste indicarmi il codice per creare una tabella con il nome Affiliati, con all'interno dei bannerini che però scorrano da destra a sinistra, come quella in fondo a questa pagina: http://pokemon.forumcommunity.net/. grazie

  2. #2
    Guest

    Predefinito

    Ho provato con questo.

    Codice HTML:
    <table class="skin_tbl" align="center" cellpadding="0" cellspacing="0"><tr><td class="mleft_top"></td><td><table class="mback" width="100%" cellpadding="0" cellspacing="0"><tr><td class="mback_left"></td><td class="mback_center">
    
    <div class="mtitle">Affiliati</div>
    
    </td><td class="mback_right"></td></tr></table></td><td class="mright_top"></td></tr><tr><td class="mleft"></td><td><table class="mainbg" style="text-align:center;width:100%" cellpadding="4" cellspacing="1">
    
    <tr title="RIGA1">
    <td class="ww"><marquee direction="left"><a href="http://manaphyangelforum.forumfree.net/" target="_blank_"><img src="http://i35.tinypic.com/5ydr7m.jpg"></a> <a href="http://articunopage.forumfree.net/" target="_blank"><img src="http://i30.tinypic.com/i35tw6.gif" border="0" alt="Vieni, cosa aspetti a cliccare?"></a></p></marquee></td>
    </tr>
    
    </table></td><td class="mright"></td></tr><tr><td class="mleft_bottom"></td><td><table class="msub" width="100%" cellpadding="0" cellspacing="0"><tr><td class="msub_left"></td><td class="msub_center">&nbsp;</td><td class="msub_right"></td></tr></table></td><td class="mright_bottom"></td></tr></table><br><br>
    ma non funziona, cioè non mi visualizza la tabella ma solo i banner che scorrono da una parte all'altra della pagina, mentre io li vorrei scorrere solo nella tabella. come devo fare?

  3. #3
    Guest

    Predefinito

    Codice HTML:
    <table class="skin_tbl" align="center" cellpadding="0" cellspacing="0">
          <tbody>
            <tr>
              <td class="mleft_top"></td>
              <td>
                <table class="mback" cellpadding="0" cellspacing="0" width="100%">
                  <tbody>
                    <tr>
                      <td class="mback_left"></td>
                      <td class="mback_center">
                        <div class="mtitle">
                          AFFILIATI
                        </div>
                      </td>
                      <td class="mback_right"></td>
                    </tr>
                  </tbody>
                </table>
              </td>
              <td class="mright_top"></td>
            </tr>
            <tr>
              <td class="mleft"></td>
              <td>
                <table class="mainbg" style="text-align: center; width: 100%;"
                cellpadding="4" cellspacing="1">
                  <tbody>
                    <tr title="RIGA1">
                      <td class="ww"></td>
                    </tr>
                    <tr>
                      <td class="aa; title" title="Affiliazioni" colspan="3" align=
                      "center" valign="middle">
                        <b><u>AFFILIAZIONI</u></b>
                      </td>
                    </tr>
                    <tr>
                      <td class="aa" colspan="3" align="center" valign="middle"
                      height="60"></td>
                    </tr>
                  </tbody>
                </table>
              </td>
              <td class="mright"></td>
            </tr>
            <tr>
              <td class="mleft_bottom"></td>
              <td>
                <table class="msub" cellpadding="0" cellspacing="0" width="100%">
                  <tbody>
                    <tr>
                      <td class="msub_left"></td>
                      <td class="msub_center">
                        *
                      </td>
                      <td class="msub_right"></td>
                    </tr>
                  </tbody>
                </table>
              </td>
              <td class="mright_bottom"></td>
            </tr>
          </tbody>
        </table>
    Inserisci i banner dentro <marquee>, anche se ti ricordo che è un tag non valiudato

  4. #4
    Guest

    Predefinito

    non funziona, cioè non mi visualizza la tabella e soprattutto non me la centra, ho anche provato a mettere tutto il tuo codice tra i tag <p align="center"> e </p>, ma niente! Inoltre mi scorrono in modo strano. guarda tu stesso. http://pkmtrainer.altervista.org/forum/index.php (sono quelli in alto, non quelli sotto che sono senza tabella)

  5. #5
    Guest

    Predefinito

    Guarda che è ovvio, quei codici sono per il circuito forumfree/community, hanno le classi apposite che mostrano le immagini e tutto.

    La tabella esiste correttamente, se metti border="1" vedrai che la tabella c'è.

    Guida (X)HTML e Guida HTML


  6. #6
    Guest

    Predefinito

    ho usato questo codice:

    Codice HTML:
    <table border="1" align="center" width="430" height="100">
        <tr>
           <td height="15"><b><p align="center"><font size=4>Affiliati</font></b></p></td>
        </tr>
            <td><p align="center"><a href="http://manaphyangelforum.forumfree.net/" target="_blank_"><img src="http://i35.tinypic.com/5ydr7m.jpg"></a> <a href="http://articunopage.forumfree.net/" target="_blank"><img src="http://i30.tinypic.com/i35tw6.gif" border="0" alt="Vieni, cosa aspetti a cliccare?"></a></p></td>
        </tr>
    
    </table>
    solo che non me la centra, come devo fare?

  7. #7
    Guest

    Predefinito

    style="margin: 0 auto" ?

  8. #8
    Guest

    Predefinito

    ti ringrazio molto, si può chiudere

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •