Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Allineamento in basso

  1. #1
    Utente di HTML.it L'avatar di Jigen
    Registrato dal
    Feb 2006
    Messaggi
    547

    Allineamento in basso

    Buona Pasqua a tutti,

    dopo esser sopravvissuto ad un pranzo di 6 portate, rieccomi qui a chiedere aiuto su un problema che ho riscontrato con una mia pagina web.

    Ho inserito su una pagina html un modulo a cui ho affiancato un pulsante da me realizzato (vedere immagine allegata).
    Stranamente il pulsante pur avendo la stessa altezza del modulo si visualizza rialzato rispetto al campo stesso (per intenderci il pulsante non vuole allinearsi alla base con
    il modulo).

    Per meglio comprendere il problema, vi invito nuovamente a visionare l'immagine in allegato.

    Posto di seguito il codice html:

    codice:
    <html>
    <head>
    <link href="stile.css" rel="stylesheet" type="text/css">
    <title>Homepage</title>
    </head>
    
    <body>
    
    
    <div align="center">
    <center>
    <table border="0" bgcolor="#B7B7B7" cellpadding="0" cellspacing="0" width="972" height="1">
    <tr>
    <td width="972" height="18" bgcolor="#919191" colspan="6"> </td>
          
    </tr>
    <tr>
    <td width="75" height="547" bgcolor="#CACACA" rowspan="8"> </td>
          
    <td width="50" height="64" bgcolor="#CACACA"> </td>
          
    <td width="173" height="64" bgcolor="#CACACA">
    <p align="center"> </p>
          
    </td> 
                
    <td width="479" height="64" colspan="2" bgcolor="#CACACA">
          
    </td>
          
    <center>
    <td width="195" height="547" rowspan="8" align="right" bgcolor="#CACACA">      
    </td>
    
    </tr>
    
    <tr>
    <td width="50" height="175" rowspan="5"> </td>
                   
    <td width="173" height="35" bgcolor="#333333">
    </td>
            
    <td width="479" height="175" rowspan="5" colspan="2">
    </td>
            
    </tr>
     
    <tr>
                     
    <td width="173" height="35" bgcolor="#333333">
     
    </td>
    
    </tr>
      
    <tr>
                 
    <td width="173" height="35" bgcolor="#333333">
    </td>
             
    </tr>
      
    <tr>
             
    <td width="173" height="35" bgcolor="#333333">
    </td>          
    </tr>
    
    <tr>          
    <td width="173" height="35" bgcolor="#333333">
    </td>
    </tr>
      
    <tr> 
                
    <td width="50" height="154"></td>
                  
    <td width="173" height="308" bgcolor="#333333" rowspan="2" valign="middle">
    <p align="center"> 
    
    
    <input type="text" name="T1" size="9"><input type="submit" value="Invia" name="B1">
    <input type="image" src="si.gif" width="22" height="18"> 
    
    
    
         
    </td>            
    <td width="14" height="308" rowspan="2" bgcolor="#CACACA">
    </td>
    
    <td width="465" height="308" rowspan="2" bgcolor="#CACACA">
     
    <p style="TEXT-ALIGN: justify"> <span class="testo">
    Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo
    testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo
    testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo
    Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo
    testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo
    
    
    
    </span>
     
    </td>   
    </tr>
    <tr>         
    <td width="50" height="154"></td>   
    </tr>
    <tr> 
    <td width="972" height="18" bgcolor="#919191" colspan="6">
    </td>
    </tr>       
    </table>
    Grazie!
    Immagini allegate Immagini allegate

  2. #2
    Utente di HTML.it L'avatar di Jigen
    Registrato dal
    Feb 2006
    Messaggi
    547
    Nessuno ha qualche suggerimento da darmi per risolvere il problema su esposto?

    Grazie.

  3. #3
    prova così

    codice:
    <input type="text" name="T1" size="9"><input type="submit" value="Invia" name="B1" height="18">
    <input type="image" src="si.gif" width="22" height="18">
    il tutto gestito da css

    ciak

  4. #4
    Utente di HTML.it L'avatar di Jigen
    Registrato dal
    Feb 2006
    Messaggi
    547
    Grazie, proverò subito!

    Farò sapere quanto prima l'esito del tuo suggerimento.

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 © 2025 vBulletin Solutions, Inc. All rights reserved.