Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    centrare tabella verticalmente

    ciao ragazzi scusate come centro questa tabella verticalmente
    ?

    <html>
    <head>
    <title>Home Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table align="center" width="1004" border="0" cellpadding="0" cellspacing="0">

    <tr>
    <td width="1004" height="250"></td>
    </tr>
    </table>
    </div>
    </body>
    </html>

  2. #2
    La metti in un'altra tabella:

    codice:
    <html>
    <head>
    <title>Home Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table height=100%><tr><td style="vertical-align:center">
    
    <table align="center" width="1004" border="1" cellpadding="0" cellspacing="0">
    
    <tr>
    <td width="1004" height="250"> </td>
    </tr>
    </table>
    
    </table>
    </body>
    </html>
    Colleziono problemi matematici divertenti o strani e li raccolgo nel mio sito. Se me ne mandate qualcuno vi ringrazio. flan

  3. #3
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Home Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    body {margin:0;
    text-align:center;
    background:silver;
    height:100%;
    }

    table {width:1004px;
    border:0;
    margin:auto;
    border-collapse:collapse;
    position:relative;
    top:50%;
    margin-top:-125px
    }
    td {width:1004px;
    height:250px;
    background:gray;
    }
    </style>
    </head>
    <body>
    <table>

    <tr>
    <td> </td>
    </tr>
    </table>
    </body>
    </html>
    4 pag. x il forum:l'ospite ora ha solo link sponsorizzati, valli a capire-GommaLayout! Agg. 25 agosto 2004)-Molla&Collano privati tecnici, per favore

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.